This commit is contained in:
drethereum 2025-04-09 12:53:22 -06:00 committed by GitHub
parent 9edd96a863
commit 3029217579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,13 +96,13 @@ ccip_sent AS (
AND event_removed = FALSE
{% if is_incremental() %}
AND modified_timestamp >= (
AND l.modified_timestamp >= (
SELECT
MAX(modified_timestamp) - INTERVAL '12 hours'
FROM
{{ this }}
)
AND modified_timestamp >= SYSDATE() - INTERVAL '7 day'
AND l.modified_timestamp >= SYSDATE() - INTERVAL '7 day'
{% endif %}
)
SELECT