Skip to content

Commit

Permalink
Merge pull request #337 from basedosdados/staging/br_ibge_pnadc-rendi…
Browse files Browse the repository at this point in the history
…mentos_outras_fontes

fix
  • Loading branch information
vilelaluiza authored Oct 24, 2023
2 parents fe6acd3 + 83799da commit 7357c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/br_ibge_pnadc/br_ibge_pnadc__dicionario.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
)
}}


SELECT
SAFE_CAST(id_tabela AS STRING) id_tabela,
SAFE_CAST(nome_coluna AS STRING) nome_coluna,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SAFE_CAST(V50051 AS STRING) V50051,
SAFE_CAST(V500511 AS FLOAT64) V500511,
SAFE_CAST(V5006 AS STRING) V5006,
SAFE_CAST(V50061 AS STRING) V50061,
SAFE_CAST(V50061 AS FLOAT64) V50061,
SAFE_CAST(V500611 AS FLOAT64) V500611,
SAFE_CAST(V5007 AS STRING) V5007,
SAFE_CAST(V50071 AS STRING) V50071,
SAFE_CAST(V500711 AS FLOAT64) V500711,
Expand Down

0 comments on commit 7357c7b

Please sign in to comment.