Skip to content

Commit

Permalink
Merge pull request #489 from basedosdados/fix/ans
Browse files Browse the repository at this point in the history
[fix]: fix `br_ans_beneficiario.informacao_consolidada` partition range
  • Loading branch information
arthurfg authored Mar 7, 2024
2 parents 48c81b1 + 9d32af4 commit 6fd2817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/br_ans_beneficiario/informacao_consolidada.sql
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": 2014, "end": 2023, "interval": 1},
"range": {"start": 2014, "end": 2024, "interval": 1},
},
cluster_by=["id_municipio", "mes", "sigla_uf"],
labels={"project_id": "basedosdados"},
Expand Down

0 comments on commit 6fd2817

Please sign in to comment.