Skip to content

Commit

Permalink
random changes to re-register flows
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Nov 27, 2024
1 parent c0802b5 commit 76fb1e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions pipelines/datasets/br_ibge_inpc/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
br_ibge_inpc_mes_categoria_municipio.run_config = KubernetesRun(
image=constants.DOCKER_IMAGE.value
)
br_ibge_inpc_mes_categoria_municipio.schedule = (
schedule_br_ibge_inpc_mes_categoria_municipio
)
br_ibge_inpc_mes_categoria_municipio.schedule = schedule_br_ibge_inpc_mes_categoria_municipio


br_ibge_inpc_mes_brasil = deepcopy(flow_ibge_inflacao_mes_geral)
br_ibge_inpc_mes_brasil.name = "br_ibge_inpc.mes_brasil"
Expand Down
5 changes: 2 additions & 3 deletions pipelines/datasets/br_ibge_ipca/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
br_ibge_ipca_mes_categoria_municipio.run_config = KubernetesRun(
image=constants.DOCKER_IMAGE.value
)
br_ibge_ipca_mes_categoria_municipio.schedule = (
schedule_br_ibge_ipca_mes_categoria_municipio
)
br_ibge_ipca_mes_categoria_municipio.schedule = schedule_br_ibge_ipca_mes_categoria_municipio



br_ibge_ipca_mes_brasil = deepcopy(flow_ibge_inflacao_mes_geral)
Expand Down
10 changes: 4 additions & 6 deletions pipelines/datasets/br_ibge_ipca15/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
br_ibge_ipca15_mes_categoria_brasil.run_config = KubernetesRun(
image=constants.DOCKER_IMAGE.value
)
br_ibge_ipca15_mes_categoria_brasil.schedule = (
schedule_br_ibge_ipca15_mes_categoria_brasil
)
br_ibge_ipca15_mes_categoria_brasil.schedule = schedule_br_ibge_ipca15_mes_categoria_brasil



br_ibge_ipca15_mes_categoria_rm = deepcopy(flow_ibge_inflacao_mes_rm)
Expand All @@ -55,9 +54,8 @@
br_ibge_ipca15_mes_categoria_municipio.run_config = KubernetesRun(
image=constants.DOCKER_IMAGE.value
)
br_ibge_ipca15_mes_categoria_municipio.schedule = (
schedule_br_ibge_ipca15_mes_categoria_municipio
)
br_ibge_ipca15_mes_categoria_municipio.schedule = schedule_br_ibge_ipca15_mes_categoria_municipio


br_ibge_ipca15_mes_brasil = deepcopy(flow_ibge_inflacao_mes_geral)
br_ibge_ipca15_mes_brasil.name = "br_ibge_ipca15.mes_brasil"
Expand Down

0 comments on commit 76fb1e5

Please sign in to comment.