rm bad incr logic

This commit is contained in:
Jack Forgash 2025-03-25 09:31:33 -06:00
parent 67f0374ed0
commit 02bf3c878e

View File

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