Skip to content

Commit

Permalink
update partition start min (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui authored Dec 12, 2024
1 parent 1bd077c commit af81bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% set next_batch_num_query %}
SELECT
greatest(
129041, /* cutoff partition id in PROD after deploy */
150000, /* This partition id needs to start at a value greater than the current max partition of the legacy streamline data */
(SELECT coalesce(max(_partition_id),0) FROM {{ ref('streamline__complete_block_txs_2') }})
)+1
{% endset %}
Expand Down

0 comments on commit af81bfb

Please sign in to comment.