mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 11:56:46 +00:00
inc filter
This commit is contained in:
parent
829808d4b4
commit
4a21f8a507
@ -84,11 +84,9 @@ WITH pre_final AS (
|
||||
{% endif %}
|
||||
|
||||
{% if is_incremental() %}
|
||||
{# WHERE
|
||||
partition_gte_id >= '{{ max_part }}'
|
||||
AND _inserted_timestamp > '{{ max_is }}' #}
|
||||
WHERE
|
||||
partition_id = '2024-01-01'
|
||||
partition_gte_id >= '{{ max_part }}'
|
||||
AND _inserted_timestamp > '{{ max_is }}'
|
||||
{% endif %}
|
||||
|
||||
qualify DENSE_RANK() over(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user