mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:56:44 +00:00
set fixed cutover block
This commit is contained in:
parent
cb39052df9
commit
8a7cc6e79c
@ -29,7 +29,7 @@ tbl AS (
|
||||
{% if var('STREAMLINE_BACKFILL', false) %}
|
||||
last_3_days AS (
|
||||
SELECT
|
||||
9820210 AS block_id
|
||||
140750000 AS block_id
|
||||
),
|
||||
{% else %}
|
||||
last_3_days AS (
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
) }}
|
||||
|
||||
WITH
|
||||
{% if var('STREAMLINE_PARTIAL_BACKFILL', false) %}
|
||||
{% if var('STREAMLINE_BACKFILL', false) %}
|
||||
last_3_days AS (
|
||||
SELECT
|
||||
120939872 as block_id
|
||||
140750000 as block_id
|
||||
),
|
||||
{% else %}
|
||||
last_3_days AS (
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
) }}
|
||||
|
||||
WITH
|
||||
{% if var('STREAMLINE_PARTIAL_BACKFILL', false) %}
|
||||
{% if var('STREAMLINE_BACKFILL', false) %}
|
||||
last_3_days AS (
|
||||
SELECT
|
||||
120939872 as block_id
|
||||
140750000 as block_id
|
||||
),
|
||||
{% else %}
|
||||
last_3_days AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user