set fixed cutover block

This commit is contained in:
Jack Forgash 2025-03-19 11:13:14 -06:00
parent cb39052df9
commit 8a7cc6e79c
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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