Skip to content

Commit

Permalink
remove test files
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-l-amaral committed Mar 26, 2024
1 parent cc020f8 commit 7e9ef65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/br_bcb_taxa_cambio/taxa_cambio.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
)
}}
select
safe_cast(ano as string) as ano,
safe_cast(ano as string) ano,
safe_cast(data_cotacao as date) data_cotacao,
safe_cast(hora_cotacao as time) hora_cotacao,
safe_cast(moeda as string) moeda,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ select
then null
else safe_cast(numero_consumidores as int64)
end as numero_consumidores,
safe_cast(consumo as float64) as consumo
safe_cast(consumo as int64) as consumo
from `basedosdados-staging.br_mme_consumo_energia_eletrica_staging.uf` as t

0 comments on commit 7e9ef65

Please sign in to comment.