Skip to content

Commit

Permalink
Trigger br_inep_saeb.{uf,brasil,municipio} (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro authored Aug 14, 2024
1 parent 8afd5c0 commit d07c6a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/br_inep_saeb/br_inep_saeb__brasil.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{ config(alias="brasil", schema="br_inep_saeb", materialized="table") }}


select
safe_cast(ano as int64) ano,
safe_cast(rede as string) rede,
Expand Down
1 change: 1 addition & 0 deletions models/br_inep_saeb/br_inep_saeb__municipio.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
)
}}


select
safe_cast(ano as int64) ano,
safe_cast(rede as string) rede,
Expand Down
1 change: 0 additions & 1 deletion models/br_inep_saeb/br_inep_saeb__uf.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{ config(alias="uf", schema="br_inep_saeb", materialized="table") }}


select
safe_cast(ano as int64) ano,
safe_cast(rede as string) rede,
Expand Down

0 comments on commit d07c6a6

Please sign in to comment.