Skip to content

Commit

Permalink
Merge pull request #799 from basedosdados/fix_cnes
Browse files Browse the repository at this point in the history
[fix] br_ms_cnes
  • Loading branch information
folhesgabriel authored Oct 23, 2024
2 parents 77b4dd6 + 587bf79 commit 864e8dd
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 864e8dd

Please sign in to comment.