Skip to content

Commit

Permalink
Merge branch 'staging/fix-cgu-servidores' of https://github.com/based…
Browse files Browse the repository at this point in the history
…osdados/pipelines into staging/fix-cgu-servidores
  • Loading branch information
tricktx committed Nov 7, 2024
2 parents c78acfc + b63177e commit a336523
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 a336523

Please sign in to comment.