Skip to content

Commit

Permalink
change flow names
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Nov 27, 2024
1 parent 76fb1e5 commit 15bfe4a
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_ibge_inpc/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
br_ibge_inpc_mes_categoria_rm.schedule = schedule_br_ibge_inpc_mes_categoria_rm

br_ibge_inpc_mes_categoria_municipio = deepcopy(flow_ibge_inflacao_mes_municipio)
br_ibge_inpc_mes_categoria_municipio.name = "br_ibge_inpc.mes_categoria_municipio"
br_ibge_inpc_mes_categoria_municipio.name = "br_ibge_inpc_.mes_categoria_municipio"
br_ibge_inpc_mes_categoria_municipio.code_owners = ["Gabriel Pisa"]
br_ibge_inpc_mes_categoria_municipio.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_ibge_inpc_mes_categoria_municipio.run_config = KubernetesRun(
Expand Down
2 changes: 1 addition & 1 deletion pipelines/datasets/br_ibge_ipca15/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@


br_ibge_ipca15_mes_brasil = deepcopy(flow_ibge_inflacao_mes_geral)
br_ibge_ipca15_mes_brasil.name = "br_ibge_ipca15.mes_brasil"
br_ibge_ipca15_mes_brasil.name = "br_ibge_ipca15_.mes_brasil"
br_ibge_ipca15_mes_brasil.code_owners = ["Gabriel Pisa"]
br_ibge_ipca15_mes_brasil.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_ibge_ipca15_mes_brasil.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
Expand Down

0 comments on commit 15bfe4a

Please sign in to comment.