Skip to content

Commit

Permalink
increase limit (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-xyz authored Jan 14, 2025
1 parent 92616d1 commit 0116785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/silver/core/traces2_fix/silver__fact_traces2_fix.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ FROM
) }}

{% set batch_id = result.columns [0] [0] %}
{% if batch_id > 66 %}
{{ exceptions.raise_compiler_error("Processing complete - reached max batch_id of 66") }}
{% if batch_id > 67 %}
{{ exceptions.raise_compiler_error("Processing complete - reached max batch_id of 67") }}
{% endif %}

{% set block_size = 1000000 %}
Expand Down

0 comments on commit 0116785

Please sign in to comment.