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

[fix] br_bd_siga_o_dinheiro #863

Merged
merged 16 commits into from
Sep 16, 2024
2 changes: 2 additions & 0 deletions pipelines/datasets/br_jota/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"table_id": table_id,
"mode": materialization_mode,
"dbt_alias": dbt_alias,
"download_csv_file": False
Winzen marked this conversation as resolved.
Show resolved Hide resolved

},
labels=current_flow_labels,
run_name=f"Materialize {dataset_id}.{table_id}",
Expand Down
4 changes: 2 additions & 2 deletions pipelines/datasets/br_jota/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@task
def get_table_ids() -> tuple[str, str, str, str]:

table_ids = ("eleicao_perfil_candidato_2024", "eleicao_prestacao_contas_candidato_2024",
"eleicao_prestacao_contas_candidato_origem_2024", "eleicao_prestacao_contas_partido_2024")
table_ids = ("eleicao_perfil_candidato_2024", "eleicao_prestacao_contas_candidato_origem_2024",
"eleicao_prestacao_contas_candidato_2024", "eleicao_prestacao_contas_partido_2024")

return table_ids
Loading