Skip to content

Commit

Permalink
Corrige argumento da função carregar_dataframe na função principal do…
Browse files Browse the repository at this point in the history
… ETL de estabelecimentos_identificados
  • Loading branch information
maaottoni committed Jul 19, 2023
1 parent 7200ea0 commit a36bbee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def obter_informacoes_estabelecimentos_identificados(
df_extraido=df_extraido, df_tratado=df_tratado
)
carregar_dataframe(
sessao=sessao, df_tratado=df_tratado, tabela_destino=tabela_destino
sessao=sessao, df=df_tratado, tabela_destino=tabela_destino
)

return df_tratado

0 comments on commit a36bbee

Please sign in to comment.