Skip to content

Commit

Permalink
Adiciona params p/ salvar bloco Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbernardo committed May 12, 2023
1 parent 9f0f4ed commit 9b8a90c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion implementar_fluxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@
name="docker-container-impulsoetl",
stream_output=True,
)
bloco_docker_container.save()
bloco_docker_container.save(
name="docker-container-impulsoetl",
overwrite=True,
)

logger.info("Lendo módulos disponíveis...")
geral = import_module(".scripts.geral", "impulsoetl")
Expand Down

0 comments on commit 9b8a90c

Please sign in to comment.