Skip to content

Commit

Permalink
Merge branch 'main' into staging/fix_comex
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel authored Apr 24, 2024
2 parents ab65095 + 66e2791 commit edf2b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
cluster_by="sigla_uf",
)
}}

select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def etapa_ensino_to_serie(value: str) -> int | None:
"6_anos_ou_mais": 3,
"ate_5_anos": 4,
"6_a_10_anos": 5,
"11_a_14_anos ": 6,
"11_a_14_anos": 6,
"15_a_17_anos": 7,
"18_a_19_anos": 8,
"20_anos_ou_mais": 9,
Expand Down

0 comments on commit edf2b35

Please sign in to comment.