Skip to content

Commit

Permalink
Merge pull request #896 from basedosdados/staging/deactivate_schedule
Browse files Browse the repository at this point in the history
[fix] br_me_cnpj
  • Loading branch information
folhesgabriel authored Nov 18, 2024
2 parents 363bbf1 + 56cdfe5 commit d8c2cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/datasets/br_me_cnpj/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

br_me_cnpj_empresas.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_me_cnpj_empresas.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_me_cnpj_empresas.schedule = every_day_empresas
#br_me_cnpj_empresas.schedule = every_day_empresas

with Flow(
name="br_me_cnpj.socios",
Expand Down Expand Up @@ -216,7 +216,7 @@

br_me_cnpj_socios.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_me_cnpj_socios.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_me_cnpj_socios.schedule = every_day_socios
#br_me_cnpj_socios.schedule = every_day_socios


with Flow(
Expand Down Expand Up @@ -355,7 +355,7 @@
br_me_cnpj_estabelecimentos.run_config = KubernetesRun(
image=constants.DOCKER_IMAGE.value
)
br_me_cnpj_estabelecimentos.schedule = every_day_estabelecimentos
#br_me_cnpj_estabelecimentos.schedule = every_day_estabelecimentos


with Flow(
Expand Down Expand Up @@ -444,5 +444,5 @@

br_me_cnpj_simples.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_me_cnpj_simples.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_me_cnpj_simples.schedule = every_day_simples
#br_me_cnpj_simples.schedule = every_day_simples

0 comments on commit d8c2cf9

Please sign in to comment.