mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 13:41:54 +00:00
limit in the right place
This commit is contained in:
parent
123e7754b6
commit
6ae3ba5a9c
@ -24,8 +24,6 @@ WITH calls AS (
|
||||
FROM
|
||||
{{ ref('streamline__complete_blocks_tx') }}
|
||||
)
|
||||
LIMIT
|
||||
1200000
|
||||
)
|
||||
SELECT
|
||||
ARRAY_CONSTRUCT(
|
||||
@ -42,3 +40,5 @@ FROM
|
||||
calls
|
||||
ORDER BY
|
||||
block_height DESC
|
||||
LIMIT
|
||||
1200000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user