Skip to content

Commit

Permalink
fix name pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Sep 22, 2023
1 parent 5e9f096 commit 0716ea7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pipelines/datasets/br_stf_corte_aberta/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
from pipelines.datasets.br_stf_corte_aberta.schedules import every_day_stf

with Flow(
name="br_stf_corta_aberta.decisoes", code_owners=["trick"]
) as br_stf_corta_aberta:
name="br_stf_corte_aberta.decisoes", code_owners=["trick"]
) as br_stf_corte_aberta:
# Parameters
dataset_id = Parameter("dataset_id", default="br_stf_corte_aberta", required=True)
table_id = Parameter("table_id", default="decisoes", required=True)
Expand Down Expand Up @@ -112,6 +112,6 @@
# )


br_stf_corta_aberta.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_stf_corta_aberta.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_stf_corta_aberta.schedule = every_day_stf
br_stf_corte_aberta.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_stf_corte_aberta.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_stf_corte_aberta.schedule = every_day_stf

0 comments on commit 0716ea7

Please sign in to comment.