Skip to content

Commit

Permalink
register flow sinan part2
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Dec 5, 2024
1 parent 14bcaac commit d390991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/utils/crawler_datasus/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def dbf_to_parquet(dbf: str, table_id: str, counter: int, chunk_size:int) -> st
counter_chunk += 1

if table_id == "microdados_dengue":
log('---- post processing {table_id=}')
log(f'---- post processing {table_id=}')
df = pd.read_parquet(parquet_filepath)

df = post_process_microdados_dengue(df)
Expand Down

0 comments on commit d390991

Please sign in to comment.