Skip to content

Commit

Permalink
fix: trailing white space in geracao_usina query
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Feb 20, 2024
1 parent 4853f68 commit 7eda7a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ with
safe_cast(tipo_combustivel as string) tipo_combustivel,
safe_cast(geracao as float64) geracao
from
`basedosdados-staging.br_ons_avaliacao_operacao_staging.geracao_usina ` as t
`basedosdados-staging.br_ons_avaliacao_operacao_staging.geracao_usina` as t
)
select distinct *
from ons
Expand Down

0 comments on commit 7eda7a5

Please sign in to comment.