From 13d0344b3ce9f4ce43954c3ce043d14c391f4077 Mon Sep 17 00:00:00 2001 From: tarikceric <46071768+tarikceric@users.noreply.github.com> Date: Tue, 20 May 2025 10:52:47 -0700 Subject: [PATCH] update partition filter (#843) --- models/streamline/core/realtime/streamline__block_txs_index.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/streamline/core/realtime/streamline__block_txs_index.sql b/models/streamline/core/realtime/streamline__block_txs_index.sql index 2f5b584f..16f26566 100644 --- a/models/streamline/core/realtime/streamline__block_txs_index.sql +++ b/models/streamline/core/realtime/streamline__block_txs_index.sql @@ -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,