Skip to content

Commit

Permalink
Merge pull request #876 from basedosdados/staging/br_tse_eleicoes__de…
Browse files Browse the repository at this point in the history
…activate

[Deactivate]Desativar br_tse_eleicoes
  • Loading branch information
Winzen authored Oct 25, 2024
2 parents 96cf6c9 + 31b603e commit 7c52602
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/datasets/br_tse_eleicoes/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
br_tse_eleicoes_candidatos.code_owners = ["luiz"]
br_tse_eleicoes_candidatos.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_tse_eleicoes_candidatos.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_tse_eleicoes_candidatos.schedule = schedule_candidatos
# br_tse_eleicoes_candidatos.schedule = schedule_candidatos

# Tabela: bens_candidato
br_tse_eleicoes_bens_candidato = deepcopy(br_tse_eleicoes)
br_tse_eleicoes_bens_candidato.name = "br_tse_eleicoes.bens_candidato"
br_tse_eleicoes_bens_candidato.code_owners = ["luiz"]
br_tse_eleicoes_bens_candidato.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_tse_eleicoes_bens_candidato.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_tse_eleicoes_bens_candidato.schedule = schedule_bens
# br_tse_eleicoes_bens_candidato.schedule = schedule_bens

# Tabela: despesas_candidato
br_tse_eleicoes_despesas_candidato = deepcopy(br_tse_eleicoes)
br_tse_eleicoes_despesas_candidato.name = "br_tse_eleicoes.despesas_candidato"
br_tse_eleicoes_despesas_candidato.code_owners = ["luiz"]
br_tse_eleicoes_despesas_candidato.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_tse_eleicoes_despesas_candidato.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_tse_eleicoes_despesas_candidato.schedule = schedule_despesa
# br_tse_eleicoes_despesas_candidato.schedule = schedule_despesa

# Tabela: receitas_candidato
br_tse_eleicoes_receitas_candidato = deepcopy(br_tse_eleicoes)
br_tse_eleicoes_receitas_candidato.name = "br_tse_eleicoes.receitas_candidato"
br_tse_eleicoes_receitas_candidato.code_owners = ["luiz"]
br_tse_eleicoes_receitas_candidato.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
br_tse_eleicoes_receitas_candidato.run_config = KubernetesRun(image=constants.DOCKER_IMAGE.value)
br_tse_eleicoes_receitas_candidato.schedule = schedule_receita
# br_tse_eleicoes_receitas_candidato.schedule = schedule_receita

0 comments on commit 7c52602

Please sign in to comment.