Skip to content

Commit

Permalink
rename dataset_id
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Sep 22, 2023
1 parent 9da77c6 commit cc3c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_stf_corte_aberta/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name="br_stf_corta_aberta.decisoes", code_owners=["trick"]
) as br_stf_corta_aberta:
# Parameters
dataset_id = Parameter("dataset_id", default="br_stf_corta_aberta", required=True)
dataset_id = Parameter("dataset_id", default="br_stf_corte_aberta", required=True)
table_id = Parameter("table_id", default="decisoes", required=True)
materialization_mode = Parameter(
"materialization_mode", default="dev", required=False
Expand Down

0 comments on commit cc3c210

Please sign in to comment.