ref update - block gaps test

This commit is contained in:
Jack Forgash 2025-03-19 09:57:07 -06:00
parent 83ac8827e9
commit 9c950b257f

View File

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