-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ba1f29
commit 4f3308e
Showing
59 changed files
with
921 additions
and
2,212 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-staging.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
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.
11 changes: 0 additions & 11 deletions
11
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.
26 changes: 0 additions & 26 deletions
26
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.
24 changes: 0 additions & 24 deletions
24
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
38 changes: 0 additions & 38 deletions
38
models/br_ibge_censo_2022/br_ibge_censo_2022__indigenas_domicilio_morador_municipio.sql
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...2022/br_ibge_censo_2022__indigenas_domicilio_pelo_menos_um_morador_indigena_municipio.sql
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.