From 0716ea710e7a576c74ed98ff1fdf57b752b3939e Mon Sep 17 00:00:00 2001 From: tricktx Date: Fri, 22 Sep 2023 13:23:46 -0300 Subject: [PATCH] fix name pipeline --- pipelines/datasets/br_stf_corte_aberta/flows.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines/datasets/br_stf_corte_aberta/flows.py b/pipelines/datasets/br_stf_corte_aberta/flows.py index c48c3f276..68a7639a0 100644 --- a/pipelines/datasets/br_stf_corte_aberta/flows.py +++ b/pipelines/datasets/br_stf_corte_aberta/flows.py @@ -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) @@ -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