allow blocks to backfill first before we attempt txs

This commit is contained in:
desmond-hui 2024-10-08 09:46:36 -07:00
parent 76591442f8
commit 62ba71f721

View File

@ -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