Skip to content

Commit

Permalink
Merge pull request #693 from basedosdados/fix/siconfi
Browse files Browse the repository at this point in the history
fix: `br_me_sincofi`
  • Loading branch information
rdahis authored Jul 18, 2024
2 parents 2236a60 + ec9231f commit 348d476
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2004, "end": 2024, "interval": 1},
"range": {"start": 1996, "end": 2024, "interval": 1},
},
)
}}

select
select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
safe_cast(id_municipio as string) id_municipio,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
}}

select
select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
safe_cast(id_municipio as string) id_municipio,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
}}

select
select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
safe_cast(id_municipio as string) id_municipio,
Expand Down
2 changes: 1 addition & 1 deletion models/br_me_siconfi/code/build.ipynb

Large diffs are not rendered by default.

Binary file modified models/br_me_siconfi/code/compatibilizacao/despesas_funcao.xlsx
Binary file not shown.
Binary file modified models/br_me_siconfi/code/compatibilizacao/municipio.xlsx
Binary file not shown.

0 comments on commit 348d476

Please sign in to comment.