Skip to content

Commit

Permalink
Merge branch 'master' into staging/fix_br_cvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 21, 2023
2 parents 7a2134c + db866f9 commit 33e3774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/datasets/br_ms_cnes/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
table_id=table_id,
billing_project_id="basedosdados",
cnes_database="CNES",
cnes_group_file=br_ms_cnes_constants.DATABASE_GROUPS.value["CNES"][6],
cnes_group_file=br_ms_cnes_constants.DATABASE_GROUPS.value["CNES"][7],
)

with case(is_empty(files_path), True):
Expand All @@ -832,13 +832,13 @@
dbc_files = access_ftp_donwload_files(
file_list=files_path,
path=br_ms_cnes_constants.PATH.value[0],
table=br_ms_cnes_constants.TABLE.value[6],
table=br_ms_cnes_constants.TABLE.value[7],
)

filepath = read_dbc_save_csv(
file_list=dbc_files,
path=br_ms_cnes_constants.PATH.value[1],
table=br_ms_cnes_constants.TABLE.value[6],
table=br_ms_cnes_constants.TABLE.value[7],
upstream_tasks=[files_path, dbc_files],
)

Expand Down

0 comments on commit 33e3774

Please sign in to comment.