From 62ba71f72145573da5d5a1d5226f3a654f083bb5 Mon Sep 17 00:00:00 2001 From: desmond-hui Date: Tue, 8 Oct 2024 09:46:36 -0700 Subject: [PATCH] allow blocks to backfill first before we attempt txs --- .../streamline/core/realtime/streamline__block_txs_realtime.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/streamline/core/realtime/streamline__block_txs_realtime.sql b/models/streamline/core/realtime/streamline__block_txs_realtime.sql index 6411dfc..7562319 100644 --- a/models/streamline/core/realtime/streamline__block_txs_realtime.sql +++ b/models/streamline/core/realtime/streamline__block_txs_realtime.sql @@ -29,7 +29,7 @@ WITH blocks AS ( {{ ref("streamline__blocks") }} WHERE /* Find the earliest block available from the node provider */ - block_id >= {{ min_block_id }} + block_id >= 6572203 EXCEPT SELECT block_id