Skip to content

Commit

Permalink
rerun ci dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Feb 20, 2024
1 parent 5ea1cd5 commit a025b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dbt_packages/
# Python
**/test.py
__pycache__/
.python-version
#
models/*/tmp/
models/*/input/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ with
safe_cast(tipo_modalidade_operacao as string) tipo_modalidade_operacao,
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
from `basedosdados-staging.br_ons_avaliacao_operacao_staging.geracao_usina` as t
)
select distinct *
from ons
Expand Down

0 comments on commit a025b51

Please sign in to comment.