rm hardcode

This commit is contained in:
Eric Laurello 2025-05-22 16:54:38 -04:00
parent fad0deb650
commit 4bc91f5040

View File

@ -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 (