Skip to content

Commit

Permalink
[BugFix] br_stf_corte_aberta (#868)
Browse files Browse the repository at this point in the history
* fix --- in stf corte

* fix staging

* fix from

* register lint

* register lint 2
  • Loading branch information
tricktx authored Jan 8, 2025
1 parent c4a9ae9 commit 741ce40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/br_stf_corte_aberta/br_stf_corte_aberta__decisoes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
)
}}


select
safe_cast(ano as int64) ano,
safe_cast(classe as string) classe,
Expand All @@ -34,4 +35,4 @@ select
then null
else safe_cast(data_baixa_processo as date)
end data_baixa_processo
from basedosdados - staging.br_stf_corte_aberta_staging.decisoes
from `basedosdados-staging.br_stf_corte_aberta_staging.decisoes` as t

0 comments on commit 741ce40

Please sign in to comment.