Skip to content

Commit

Permalink
[dbt]: fix date partition br_inep_censo_escolar.turma (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro authored Dec 5, 2024
1 parent 9c6b88e commit 1e2c88c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2009, "end": 2023, "interval": 1},
"range": {"start": 2009, "end": 2022, "interval": 1},
},
cluster_by="sigla_uf",
)
Expand Down

0 comments on commit 1e2c88c

Please sign in to comment.