Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
biod-database
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simmctic
biod
biod-database
Commits
1fd31c16
Commit
1fd31c16
authored
Dec 13, 2019
by
Rafael Dias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing dimmension
Signed-off-by:
Rafael Dias
<
rafaelcosc@gmail.com
>
parent
c092b4c1
Pipeline
#22472
failed with stage
in 1 minute and 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
config/parse/dim_ana_item.yaml
config/parse/dim_ana_item.yaml
+6
-0
config/parse/view_ana_item.yaml
config/parse/view_ana_item.yaml
+1
-0
data/create/01-schema.sql
data/create/01-schema.sql
+1
-4
No files found.
config/parse/dim_ana_item.yaml
View file @
1fd31c16
...
...
@@ -40,3 +40,9 @@
description
:
"
Identificador
do
descritor
do
item"
tags
:
-
"
ana"
-
name
:
"
dim:ana:item:gabarito"
dataType
:
"
string"
description
:
"
Gabarito
do
Item"
tags
:
-
"
ana"
config/parse/view_ana_item.yaml
View file @
1fd31c16
...
...
@@ -10,3 +10,4 @@
-
"
dim:ana:item:id:posicao"
-
"
dim:ana:item:id:item"
-
"
dim:ana:item:descritor:habilidade"
-
"
dim:ana:item:gabarito"
data/create/01-schema.sql
View file @
1fd31c16
...
...
@@ -4051,7 +4051,6 @@ CREATE VIEW "view:ana:escola" (
"met:min:ana:escola:media:matematica"
,
"met:max:ana:escola:media:matematica"
,
"met:avg:ana:escola:media:matematica"
,
"dim:ana:exame:ano"
,
"dim:regiao:id"
,
"dim:estado:sigla"
,
...
...
@@ -4110,7 +4109,6 @@ SELECT
media_mt
,
media_mt
,
media_mt
,
id_exame_ana
,
id_regiao
,
id_uf
,
...
...
@@ -4200,7 +4198,6 @@ CREATE VIEW "view:ana:aluno" (
"met:min:ana:aluno:erro:padrao:matematica:transformada"
,
"met:max:ana:aluno:erro:padrao:matematica:transformada"
,
"met:avg:ana:aluno:erro:padrao:matematica:transformada"
,
"dim:ana:exame:ano"
,
"dim:regiao:id"
,
"dim:estado:sigla"
,
...
...
@@ -4318,7 +4315,6 @@ SELECT
erro_padrao_mt_ana
,
erro_padrao_mt_ana
,
erro_padrao_mt_ana
,
id_exame_ana
,
id_regiao
,
id_uf
,
...
...
@@ -4409,6 +4405,7 @@ CREATE VIEW "view:ana:item" (
"dim:ana:item:id:posicao"
,
"dim:ana:item:id:item"
,
"dim:ana:item:descritor:habilidade"
"dim:ana:item:gabarito"
)
AS
SELECT
id_serie
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment