-
-
Notifications
You must be signed in to change notification settings - Fork 88
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 #179 from basedosdados/update_diretorios
Atualiza diretórios brasileiros.
- Loading branch information
Showing
14 changed files
with
57 additions
and
52 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
bases/br_basedosdados_diretorios_brasil/estados/schema-prod.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
bases/br_basedosdados_diretorios_brasil/municipios/schema-prod.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
..._basedosdados_diretorios_brasil/README.md → bases/br_bd_diretorios_brasil/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"name": "id_municipio", "description": "ID Munic\u00edpio - IBGE 7 D\u00edgitos", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "id_municipio_6", "description": "ID Munic\u00edpio - IBGE 6 D\u00edgitos", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "id_municipio_tse", "description": "ID Munic\u00edpio - TSE", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "id_municipio_rf", "description": "ID Munic\u00edpio - Receita Federal", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "id_municipio_bcb", "description": "ID Munic\u00edpio - Banco Central do Brasil", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "municipio", "description": "Nome Munic\u00edpio", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "capital_uf", "description": "Capital da Unidade da Federa\u00e7\u00e3o", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "id_comarca", "description": "ID Sede Comarca", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "id_regiao_saude", "description": "ID Regi\u00e3o de Sa\u00fade", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "regiao_saude", "description": "Regi\u00e3o de Sa\u00fade", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "id_regiao_imediata", "description": "ID Regi\u00e3o Imediata - IBGE", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "regiao_imediata", "description": "Regi\u00e3o Imediata", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "id_regiao_intermediaria", "description": "ID Regi\u00e3o Intermedi\u00e1ria - IBGE", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "regiao_intermediaria", "description": "Regi\u00e3o Intermedi\u00e1ria", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "id_microrregiao", "description": "ID Microrregi\u00e3o - IBGE", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "microrregiao", "description": "Microrregi\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "id_mesorregiao", "description": "ID Mesorregi\u00e3o - IBGE", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "mesorregiao", "description": "Mesorregi\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "id_uf", "description": "<descri\u00e7\u00e3o da coluna>", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "sigla_uf", "description": "Sigla Unidade da Federa\u00e7\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "uf", "description": "Unidade da Federa\u00e7\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "regiao", "description": "Regi\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING", "mode": "NULLABLE"}, {"name": "existia_1991", "description": "Existia em 1991", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "existia_2000", "description": "Existia em 2000", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}, {"name": "existia_2010", "description": "Existia em 2010", "is_in_staging": true, "is_partition": false, "type": "INTEGER", "mode": "NULLABLE"}] |
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 @@ | ||
[{"name": "id_municipio", "description": "ID Munic\u00edpio - IBGE 7 D\u00edgitos", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_municipio_6", "description": "ID Munic\u00edpio - IBGE 6 D\u00edgitos", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_municipio_tse", "description": "ID Munic\u00edpio - TSE", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_municipio_rf", "description": "ID Munic\u00edpio - Receita Federal", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_municipio_bcb", "description": "ID Munic\u00edpio - Banco Central do Brasil", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "municipio", "description": "Nome Munic\u00edpio", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "capital_uf", "description": "Capital da Unidade da Federa\u00e7\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_comarca", "description": "ID Sede Comarca", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_regiao_saude", "description": "ID Regi\u00e3o de Sa\u00fade", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "regiao_saude", "description": "Regi\u00e3o de Sa\u00fade", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_regiao_imediata", "description": "ID Regi\u00e3o Imediata - IBGE", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "regiao_imediata", "description": "Regi\u00e3o Imediata", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_regiao_intermediaria", "description": "ID Regi\u00e3o Intermedi\u00e1ria - IBGE", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "regiao_intermediaria", "description": "Regi\u00e3o Intermedi\u00e1ria", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_microrregiao", "description": "ID Microrregi\u00e3o - IBGE", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "microrregiao", "description": "Microrregi\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_mesorregiao", "description": "ID Mesorregi\u00e3o - IBGE", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "mesorregiao", "description": "Mesorregi\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "id_uf", "description": "<descri\u00e7\u00e3o da coluna>", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "sigla_uf", "description": "Sigla Unidade da Federa\u00e7\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "uf", "description": "Unidade da Federa\u00e7\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "regiao", "description": "Regi\u00e3o", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "existia_1991", "description": "Existia em 1991", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "existia_2000", "description": "Existia em 2000", "is_in_staging": true, "is_partition": false, "type": "STRING"}, {"name": "existia_2010", "description": "Existia em 2010", "is_in_staging": true, "is_partition": false, "type": "STRING"}] |
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
File renamed without changes.
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
Oops, something went wrong.