update partition filter (#843)

This commit is contained in:
tarikceric 2025-05-20 10:52:47 -07:00 committed by GitHub
parent f1afce74e7
commit 13d0344b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ WITH block_ids AS (
FROM
{{ ref('silver__backfill_transactions_index') }}
WHERE
_partition_by_created_timestamp > '2025-02-13'
_partition_by_created_timestamp >= '2025-05-20'
)
SELECT
block_id,