Skip to content

Commit

Permalink
Implementa fluxos do ETL SCNES
Browse files Browse the repository at this point in the history
  • Loading branch information
waltmatheus committed May 10, 2023
1 parent 1ad5517 commit 11eaa55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions implementar_fluxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
)

logger.info("Lendo módulos disponíveis...")
#geral = import_module(".scripts.geral", "impulsoetl")
geral = import_module(".scripts.geral", "impulsoetl")
impulso_previne = import_module(".scripts.impulso_previne", "impulsoetl")
#saude_mental = import_module(".scripts.saude_mental", "impulsoetl")
saude_mental = import_module(".scripts.saude_mental", "impulsoetl")

modulos = [impulso_previne] #geral #saude_mental
modulos = [impulso_previne,geral,saude_mental]


if __name__ == "__main__":
Expand Down

0 comments on commit 11eaa55

Please sign in to comment.