Skip to content

Commit

Permalink
Fix bucket_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Nov 11, 2024
1 parent e64b4c6 commit c612163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ select
safe_cast(numero_candidato as string) numero_candidato,
safe_cast(id_candidato_bd as string) id_candidato_bd,
safe_cast(votos as int64) votos
from `basedosdados-dev.br_tse_eleicoes_staging.resultados_candidato_secao` as t
from `basedosdados-staging.br_tse_eleicoes_staging.resultados_candidato_secao` as t

0 comments on commit c612163

Please sign in to comment.