stage change

This commit is contained in:
Jack Forgash 2025-04-02 09:38:43 -06:00
parent dc91c04287
commit a0c9574511

View File

@ -7,13 +7,13 @@
tags = ['streamline_realtime']
) }}
WITH last_3_days AS ({% if var('STREAMLINE_RUN_HISTORY') %}
WITH last_3_days AS (
{% if var('STREAMLINE_RUN_HISTORY') %}
SELECT
MAX(root_height) AS block_height
FROM
{{ ref('seeds__network_version') }}
{% else %}
SELECT
MAX(block_height) - 210000 AS block_height
FROM