mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:26:52 +00:00
ref update - block gaps test
This commit is contained in:
parent
83ac8827e9
commit
9c950b257f
@ -42,11 +42,8 @@ WITH silver_blocks AS (
|
||||
block_id ASC
|
||||
) AS prev_hash_actual
|
||||
FROM
|
||||
{% if var('DBT_FULL_TEST') %}
|
||||
{{ ref('silver__blocks_final') }}
|
||||
{% else %}
|
||||
{{ ref('silver__blocks_v2') }}
|
||||
{% endif %}
|
||||
|
||||
|
||||
WHERE
|
||||
block_id >= {{ min_block_id }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user