From f7218c4e53b231d80092aba479af41c185392e70 Mon Sep 17 00:00:00 2001 From: WHYTEWYLL <49686519+WHYTEWYLL@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:48:27 -0600 Subject: [PATCH] block fix --- ...__get_batch_transaction_results_history_mainnet_14.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/models/silver/streamline/core/history/transaction_results/batch/streamline__get_batch_transaction_results_history_mainnet_14.sql b/models/silver/streamline/core/history/transaction_results/batch/streamline__get_batch_transaction_results_history_mainnet_14.sql index 28534f5..e8121cd 100644 --- a/models/silver/streamline/core/history/transaction_results/batch/streamline__get_batch_transaction_results_history_mainnet_14.sql +++ b/models/silver/streamline/core/history/transaction_results/batch/streamline__get_batch_transaction_results_history_mainnet_14.sql @@ -30,8 +30,8 @@ WITH blocks AS ( FROM {{ ref("streamline__complete_get_transaction_results_history") }} WHERE - block_number BETWEEN 31735955 - AND 35858810 + block_number BETWEEN 19050753 + AND 21291691 ), block_ids AS ( -- CTE to generate the block_ids for the missing block transactions @@ -41,8 +41,8 @@ block_ids AS ( FROM {{ ref("streamline__complete_get_blocks_history")}} WHERE - block_number BETWEEN 31735955 - AND 35858810 + block_number BETWEEN 19050753 + AND 21291691 ) -- Generate the requests based on the missing block transactions SELECT