Skip to content

Commit

Permalink
fix billing project id
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Dec 5, 2024
1 parent 01c9d05 commit 537f796
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 @@ -188,7 +188,7 @@ def load_municipio() -> None:
municipio: pd.DataFrame = bd.read_table(
"br_bd_diretorios_brasil",
"municipio",
billing_project_id="basedosdados-dev",
billing_project_id="basedosdados",
from_file=True,
)
municipio["cidade_uf"] = (
Expand Down

0 comments on commit 537f796

Please sign in to comment.