mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:11:54 +00:00
rm bad incr logic
This commit is contained in:
parent
67f0374ed0
commit
02bf3c878e
@ -16,15 +16,9 @@ WITH blocks AS (
|
||||
_partition_by_block_number
|
||||
FROM
|
||||
{{ ref('silver__blocks_final') }}
|
||||
|
||||
{% if var("MANUAL_FIX") %}
|
||||
WHERE {{ partition_load_manual('no_buffer') }}
|
||||
{% else %}
|
||||
WHERE modified_timestamp >= (
|
||||
SELECT
|
||||
MAX(modified_timestamp)
|
||||
FROM
|
||||
{{ this }}
|
||||
)
|
||||
{% endif %}
|
||||
),
|
||||
epochs AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user