Skip to content

Commit

Permalink
Merge pull request #275 from basedosdados/add-dic-microdados-enem
Browse files Browse the repository at this point in the history
br_inep_enem: dicionario fix typo
  • Loading branch information
aspeddro authored Sep 25, 2023
2 parents 40bb1a9 + 03aef93 commit 12c6699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/br_inep_enem/br_inep_enem__dicionario.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SELECT
SAFE_CAST(id_tabela AS STRING) id_tabela,
SAFE_CAST(coluna AS STRING) coluna,
SAFE_CAST(nome_coluna AS STRING) nome_coluna,
SAFE_CAST(chave AS STRING) chave,
SAFE_CAST(cobertura_temporal AS STRING) cobertura_temporal,
SAFE_CAST(valor AS STRING) valor
Expand Down

0 comments on commit 12c6699

Please sign in to comment.