Skip to content

Commit

Permalink
br_inep_enem: dicionario fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Sep 25, 2023
1 parent 40bb1a9 commit 03aef93
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 03aef93

Please sign in to comment.