This commit is contained in:
Jack Forgash 2025-08-29 13:37:16 -06:00 committed by GitHub
parent 86c227a83e
commit e22e62ff56
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 '3 days'
WHERE _inserted_timestamp >= SYSDATE() - INTERVAL '7 days'
)
SELECT
entry_id