-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #622 from basedosdados/censo_2022
[fix] br_ibge_censo_2022
- Loading branch information
Showing
62 changed files
with
927 additions
and
2,176 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
models/br_ibge_censo_2022/br_ibge_censo_2022__alfabetizacao_grupo_idade_sexo_raca.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{{ | ||
config( | ||
alias="alfabetizacao_grupo_idade_sexo_raca", | ||
schema="br_ibge_censo_2022", | ||
) | ||
}} | ||
select | ||
safe_cast(municipio_codigo_ as string) id_municipio, | ||
safe_cast(cor_ou_raca as string) cor_raca, | ||
safe_cast(sexo as string) sexo, | ||
safe_cast(idade as string) grupo_idade, | ||
safe_cast(alfabetizacao as string) alfabetizacao, | ||
safe_cast(valor as int64) populacao, | ||
from | ||
`basedosdados-dev.br_ibge_censo_2022_staging.alfabetizacao_grupo_idade_sexo_raca` | ||
as t |
31 changes: 0 additions & 31 deletions
31
..._ibge_censo_2022/br_ibge_censo_2022__area_territorial_densidade_demografica_municipio.sql
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
...bge_censo_2022/br_ibge_censo_2022__domicilio_canalizacao_abastecimento_agua_municipio.sql
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
models/br_ibge_censo_2022/br_ibge_censo_2022__domicilio_destino_lixo_municipio.sql
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
models/br_ibge_censo_2022/br_ibge_censo_2022__domicilio_esgotamento_sanitario_municipio.sql
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...br_ibge_censo_2022/br_ibge_censo_2022__domicilio_ligacao_abastecimento_agua_municipio.sql
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
models/br_ibge_censo_2022/br_ibge_censo_2022__domicilio_morador_municipio.sql
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...e_censo_2022/br_ibge_censo_2022__domicilio_quantidade_esgotamento_sanitario_municipio.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
models/br_ibge_censo_2022/br_ibge_censo_2022__domicilio_tipo_municipio.sql
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
models/br_ibge_censo_2022/br_ibge_censo_2022__indice_envelhecimento_municipio.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
models/br_ibge_censo_2022/br_ibge_censo_2022__indigenas_domicilio_morador_municipio.sql
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.