Skip to content

Commit

Permalink
Merge branch 'main' into br_mec_sisu
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen authored Aug 5, 2024
2 parents 1358b6e + cede209 commit c1ffd89
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 29 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
)
}}


select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ select
then "4201653"
when id_municipio = "5201703"
then "5201603"
else id_municipio
end as string
) id_municipio,
safe_cast(rede as string) rede,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
cluster_by="sigla_uf",
)
}}

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

select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down
18 changes: 0 additions & 18 deletions models/br_me_comex_stat/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ models:
- id_pais
- sigla_uf
- id_municipio
- not_null_proportion_multiple_columns:
at_least: 0.05
config:
where: __most_recent_year_month__
columns:
- name: ano
description: Ano
Expand Down Expand Up @@ -68,10 +64,6 @@ models:
- id_municipio
config:
where: __most_recent_year_month__
- not_null_proportion_multiple_columns:
at_least: 0.05
config:
where: __most_recent_year_month__
columns:
- name: ano
description: Ano
Expand Down Expand Up @@ -124,10 +116,6 @@ models:
- id_urf
config:
where: __most_recent_year_month__
- not_null_proportion_multiple_columns:
at_least: 0.05
config:
where: __most_recent_year_month__
columns:
- name: ano
description: Ano
Expand Down Expand Up @@ -189,10 +177,6 @@ models:
- id_urf
config:
where: __most_recent_year_month__
- not_null_proportion_multiple_columns:
at_least: 0.05
config:
where: __most_recent_year_month__
columns:
- name: ano
description: Ano
Expand Down Expand Up @@ -247,8 +231,6 @@ models:
- nome_coluna
- chave
- cobertura_temporal
- not_null_proportion_multiple_columns:
at_least: 0.05
columns:
- name: id_tabela
description: ID da tabela
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
)
}}


select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down
Binary file modified models/br_me_siconfi/code/compatibilizacao/despesas_funcao.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
)
}}

select
safe_cast(ano as int64) ano,
safe_cast(turno as int64) turno,
Expand Down

0 comments on commit c1ffd89

Please sign in to comment.