limit in the right place

This commit is contained in:
Eric Laurello 2023-11-16 08:23:39 -05:00
parent 123e7754b6
commit 6ae3ba5a9c

View File

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