set to 2 weeks (#474)

This commit is contained in:
Jack Forgash 2025-09-04 08:58:12 -06:00 committed by GitHub
parent 4e06167803
commit 84b6ab5f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
) AS rn
FROM
{{ ref('silver_api__transaction_entries') }}
WHERE _inserted_timestamp >= SYSDATE() - INTERVAL '10 days'
WHERE _inserted_timestamp >= SYSDATE() - INTERVAL '14 days'
)
SELECT
entry_id