Skip to content

Commit

Permalink
Mudar label schedule para prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Sep 13, 2024
1 parent 2c77d4c commit 19c7087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pipelines/datasets/br_jota/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"table_id": table_id,
"mode": materialization_mode,
"dbt_alias": dbt_alias,

},
labels=current_flow_labels,
run_name=f"Materialize {dataset_id}.{table_id}",
Expand Down
4 changes: 2 additions & 2 deletions pipelines/datasets/br_jota/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
cron="30 4 * * *",
start_date=datetime(2024, 9, 1, 0, 0),
labels=[
constants.BASEDOSDADOS_PERGUNTAS_AGENT_LABEL.value,
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
],
parameter_defaults={
"dataset_id": "br_jota",
"materialization_mode": "dev",
"materialization_mode": "prod",
"dbt_alias": True,
},
),
Expand Down

0 comments on commit 19c7087

Please sign in to comment.