Skip to content

Commit

Permalink
Fix: process_full call
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo authored and TeoCalvo committed Nov 26, 2023
1 parent 74f1329 commit ea02023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/02.bronze/dota/ingestao.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

if not dbtools.table_exists(spark, database_name, table_name):
print("Criando a tabela")
ing.process_full(df_null)
ing.process_full()
dbutils.fs.rm(ing.checkpoint_path, True)

else:
Expand Down

0 comments on commit ea02023

Please sign in to comment.