Skip to content

Commit

Permalink
remove test in id_curso and id_ies and table-approve in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Oct 10, 2024
1 parent 73e7375 commit b4c4ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2009, "end": 2022, "interval": 1},
"range": {"start": 2009, "end": 2024, "interval": 1},
},
cluster_by="sigla_uf",
)
}}

select

safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
safe_cast(id_municipio as string) id_municipio,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2009, "end": 2022, "interval": 1},
"range": {"start": 2009, "end": 2024, "interval": 1},
},
cluster_by="sigla_uf",
)
}}

select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down
12 changes: 0 additions & 12 deletions models/br_inep_censo_educacao_superior/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,10 @@ models:
description: Rede de Ensino
- name: id_ies
description: Código da Instituição
tests:
- relationships:
to: ref('br_bd_diretorios_brasil__instituicao_ensino_superior')
field: id_ies
- name: nome_curso
description: Nome do Curso
- name: id_curso
description: Código do Curso
tests:
- relationships:
to: ref('br_bd_diretorios_brasil__curso_superior')
field: id_curso
- name: nome_curso_cine
description: Nome do curso, conforme adaptação da Classificação Internacional
Normalizada da Educação Cine/Unesco
Expand Down Expand Up @@ -600,10 +592,6 @@ models:
description: Código único de identificação da mantenedora da IES
- name: id_ies
description: Código único de identificação da IES
tests:
- relationships:
to: ref('br_bd_diretorios_brasil__instituicao_ensino_superior')
field: id_ies
- name: nome
description: Nome da IES
- name: sigla
Expand Down

0 comments on commit b4c4ee2

Please sign in to comment.