mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 11:27:29 +00:00
rm hardcode
This commit is contained in:
parent
fad0deb650
commit
4bc91f5040
@ -74,8 +74,8 @@ WITH pre_final AS (
|
||||
|
||||
{% if is_incremental() %}
|
||||
WHERE
|
||||
partition_gte_id >= '2025-05-01'
|
||||
AND _inserted_timestamp > '2025-05-18'
|
||||
partition_gte_id >= '{{ max_part }}'
|
||||
AND _inserted_timestamp > '{{ max_is }}'
|
||||
{% endif %}
|
||||
|
||||
qualify ROW_NUMBER() over (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user