Skip to content

Commit

Permalink
Ativar docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Sep 12, 2024
1 parent 778abf7 commit 917ef52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_jota/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
dbt_alias = Parameter("dbt_alias", default=True, required=False)

table_ids = get_table_ids() # Coletas tabelas
table_ids = get_table_ids()

for n, table_id in enumerate(table_ids):

Expand Down

0 comments on commit 917ef52

Please sign in to comment.