Skip to content

Commit

Permalink
fix: partition config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Dec 11, 2024
1 parent f13a432 commit f25a9eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions queries/models/adm_central_atendimento_1746/chamado_cpf.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- About the partitioning:
-- - Today there are about 8 billion people in the world and BigQuery supports up to 4,000 partitions per table.
-- - Thus, we take the interval to be 2 million.
{{
config(
materialized='incremental',
Expand All @@ -11,7 +8,7 @@
"range": {
"start": 0,
"end": 99999999999,
"interval": 2000000
"interval": 10000000
}
},
)
Expand Down

0 comments on commit f25a9eb

Please sign in to comment.