Skip to content

Commit

Permalink
fix: subido dicionario SAEB e escola Censo de novo
Browse files Browse the repository at this point in the history
  • Loading branch information
vilelaluiza committed Feb 28, 2024
1 parent 38e32b8 commit 3927a16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}}

with
censo_antigo as (
censo as (
select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down Expand Up @@ -1711,7 +1711,7 @@ with
)

select *
from censo_antigo
from censo
union all
select *
from censo_2023
2 changes: 1 addition & 1 deletion models/br_inep_censo_escolar/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ models:
da escola, caracterizando desde a infraestrutura física disponível, a equipe
pedagógica, a infraestrutura pedagógica, marcas do período letivo como seu começo
e fim, além de várias informações agregadas sobre os estudantes da escola. É
a única tabela do Censo Escolar liberada pelo INEP a partir de 2021.
a única tabela do Censo Escolar liberada pelo INEP a partir de 2021
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns: [ano, id_escola]
Expand Down
1 change: 1 addition & 0 deletions models/br_inep_saeb/br_inep_saeb__dicionario.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ config(alias="dicionario", schema="br_inep_saeb", materialized="table") }}

select
safe_cast(id_tabela as string) id_tabela,
safe_cast(coluna as string) coluna,
Expand Down
2 changes: 1 addition & 1 deletion models/br_inep_saeb/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ models:
- name: br_inep_saeb__proficiencia
description: A tabela resume a proficiencia na avaliação SAEB proporcionando uma
série histórica e compatibilizada à partir de 1995 com informações sobre o aluno,
a escola e o resultado do exame
a escola e o resultado do exame.
columns:
- name: amostra
description: Amostra
Expand Down

0 comments on commit 3927a16

Please sign in to comment.