Skip to content

Commit

Permalink
trigger table approve
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Dec 10, 2024
1 parent 7bf8d03 commit e6a32fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ select
safe_cast(co_cuci_item as string) id_cuci_item,
safe_cast(
case
when co_unid = '10'
then 'quilograma liquido'
when co_unid = '11'
then 'numero (unidade)'
when co_unid = '10'
then 'quilograma liquido'
when co_unid = '12'
then 'milheiro'
when co_unid = '14'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ select
safe_cast(no_sh4_ing as string) nome_sh4_ingles,
safe_cast(no_sh2_ing as string) nome_sh2_ingles,
safe_cast(no_sec_ing as string) nome_sec_ingles,
from `basedosdados-staging.br_bd_diretorios_mundo_staging.sistema_harmonizado` as t
from `basedosdados-staging.br_bd_diretorios_mundo_staging.sistema_harmonizado` as x

0 comments on commit e6a32fb

Please sign in to comment.