Skip to content

Commit

Permalink
fix: add tipo_vinculo to dicionario
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Oct 23, 2024
1 parent 77b4dd6 commit 587bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/br_ms_cnes/br_ms_cnes__dicionario.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ select
safe_cast(id_tabela as string) id_tabela,
safe_cast(nome_coluna as string) nome_coluna,
safe_cast(chave as string) chave,
safe_cast(replace(cobertura_temporal, '-1', '(1)') as string) cobertura_temporal,
safe_cast(cobertura_temporal as string) cobertura_temporal,
safe_cast(valor as string) valor,
from `basedosdados-staging.br_ms_cnes_staging.dicionario` as t

0 comments on commit 587bf79

Please sign in to comment.