mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:02:11 +00:00
block fix
This commit is contained in:
parent
fb1e4d265b
commit
f7218c4e53
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user