Skip to content

Commit

Permalink
Merge branch 'main' into staging/fix-cgu-servidores
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 14, 2024
2 parents 1a05afc + 363bbf1 commit 5d4c740
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion pipelines/datasets/br_anatel_banda_larga_fixa/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"materialize_after_dump": True,
"dbt_alias": True,
"update_metadata": True,
"ano": "2024",
},
),
]
Expand Down
2 changes: 0 additions & 2 deletions pipelines/datasets/br_anatel_telefonia_movel/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"materialize_after_dump": True,
"dbt_alias": True,
"update_metadata": True,
"ano": "2024",
"semestre": "2",
"update_metadata": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions pipelines/utils/crawler_anatel/banda_larga_fixa/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def get_max_date_in_table_microdados(table_id: str, ano: int):
return df['data'].max()

else:
log(f"{anatel_constants.INPUT_PATH.value}Densidade_Telefonia_Movel.csv")
log(f"{anatel_constants.INPUT_PATH.value}Densidade_Banda_Larga_Fixa.csv")

df = pd.read_csv(
f"{anatel_constants.INPUT_PATH.value}Densidade_Telefonia_Movel.csv",
f"{anatel_constants.INPUT_PATH.value}Densidade_Banda_Larga_Fixa.csv",
sep=";",
encoding="utf-8",
dtype=str
Expand Down

0 comments on commit 5d4c740

Please sign in to comment.