Skip to content

Commit

Permalink
Use small window for claimable balance current model
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 25, 2024
1 parent d6606b1 commit 9d82676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ with
{% if is_incremental() %}
-- limit the number of partitions fetched incrementally
where
cb.batch_run_date >= date_sub(current_date(), interval 7 day)
cb.batch_run_date >= date_sub(current_date(), interval 2 day)
{% endif %}
)

Expand Down

0 comments on commit 9d82676

Please sign in to comment.