Skip to content

Commit

Permalink
br_inep_enem: microdados fix table path
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Sep 25, 2023
1 parent 03aef93 commit fda10aa
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 @@ -11,4 +11,4 @@ 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
FROM basedosdados-staging.br_inep_enem.dicionario AS t
FROM basedosdados-staging.br_inep_enem_staging.dicionario AS t

0 comments on commit fda10aa

Please sign in to comment.