Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Reactivate] br_me_cnpj #912

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading