mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:56:50 +00:00
update partition filter (#843)
This commit is contained in:
parent
f1afce74e7
commit
13d0344b3c
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user