Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Table Definitions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HOTMapper
Table Definitions
Commits
e3db121d
Commit
e3db121d
authored
2 years ago
by
Pietro Cavassin
Browse files
Options
Downloads
Plain Diff
Merge branch 'docentes_tables' into 'development'
docentes updated See merge request
!8
parents
ecdf841a
15fd08b1
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!15
Add gestor.csv file
,
!14
Add prouni info
,
!8
docentes updated
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docente_brasil.json
+5
-0
5 additions, 0 deletions
docente_brasil.json
docente_estado.json
+10
-0
10 additions, 0 deletions
docente_estado.json
docente_municipio.json
+10
-0
10 additions, 0 deletions
docente_municipio.json
with
25 additions
and
0 deletions
docente_brasil.json
0 → 100644
+
5
−
0
View file @
e3db121d
{
"pairing_description"
:
"Tabela de docentes agregada pelo país"
,
"data_source"
:
"Tabelas de apoio SIMCAQ"
,
"pk"
:
[
"cod_local"
,
"ano_censo"
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docente_estado.json
0 → 100644
+
10
−
0
View file @
e3db121d
{
"pairing_description"
:
"Tabela de docentes agregada por estado"
,
"data_source"
:
"Tabelas de apoio SIMCAQ"
,
"pk"
:
[
"cod_uf"
,
"ano_censo"
],
"foreign_keys"
:
[{
"keys"
:
[
"cod_uf"
],
"reference_columns"
:
[
"id"
],
"reference_table"
:
"estado"
}]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docente_municipio.json
0 → 100644
+
10
−
0
View file @
e3db121d
{
"pairing_description"
:
"Tabela de docentes agregada por município"
,
"data_source"
:
"Tabelas de apoio SIMCAQ"
,
"pk"
:
[
"cod_municipio"
,
"ano_censo"
],
"foreign_keys"
:
[{
"keys"
:
[
"cod_municipio"
],
"reference_columns"
:
[
"id"
],
"reference_table"
:
"municipio"
}]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment