Skip to content

Commit

Permalink
fix semester and deactivate pipeline poder360
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Sep 19, 2024
1 parent f798335 commit 93723d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_anatel_telefonia_movel/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dbt_alias": True,
"update_metadata": True,
"ano": "2024",
"semestre": "1",
"semestre": "2",
"update_metadata": True,
},
),
Expand Down
2 changes: 1 addition & 1 deletion pipelines/datasets/br_poder360_pesquisas/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@

br_poder360.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_poder360.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_poder360.schedule = every_monday_thursday
#br_poder360.schedule = every_monday_thursday

0 comments on commit 93723d6

Please sign in to comment.