From d3909912986f6badb0a1ba1aff75c65e79b059aa Mon Sep 17 00:00:00 2001 From: tricktx Date: Thu, 5 Dec 2024 12:27:15 -0300 Subject: [PATCH] register flow sinan part2 --- pipelines/utils/crawler_datasus/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/utils/crawler_datasus/utils.py b/pipelines/utils/crawler_datasus/utils.py index cf47d94bd..0b2243ec2 100644 --- a/pipelines/utils/crawler_datasus/utils.py +++ b/pipelines/utils/crawler_datasus/utils.py @@ -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)