Skip to content

Commit

Permalink
fix tables proposicao
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Mar 25, 2024
1 parent 60c9bb8 commit bd3b159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ select distinct
upper(safe_cast(siglaufautor as string)) sigla_uf_autor,
safe_cast(ordemassinatura as string) ordem_assinatura,
safe_cast(proponente as string) proponente,
from `basedosdados-dev.br_camara_dados_abertos_staging.proposicao_autor` as t
from `basedosdados-staging.br_camara_dados_abertos_staging.proposicao_autor` as t

0 comments on commit bd3b159

Please sign in to comment.