mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 14:06:44 +00:00
stage change
This commit is contained in:
parent
dc91c04287
commit
a0c9574511
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user