Skip to content

Commit

Permalink
basedosdados to basedosdados-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Nov 29, 2024
1 parent 36a5ab6 commit 306ce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/utils/crawler_cgu/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def download_file(dataset_id: str, table_id: str, year: int, month: int, relativ
@lru_cache(maxsize=1) # Cache para evitar recarregar a tabela
def load_municipio() -> None:
municipio : pd.DataFrame = bd.read_table(
"br_bd_diretorios_brasil", "municipio", billing_project_id="basedosdados"
"br_bd_diretorios_brasil", "municipio", billing_project_id="basedosdados-dev"
)
municipio["cidade_uf"] = (
municipio["nome"].apply(lambda x: x.upper()) + "-" + municipio["sigla_uf"]
Expand Down

0 comments on commit 306ce0e

Please sign in to comment.