Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] br_inep_censo_escolar__escola #466

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
cluster_by="sigla_uf",
)
}}

with
censo as (
select
Expand Down
Empty file.
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
Loading