fix block ref

This commit is contained in:
Jack Forgash 2025-04-08 15:01:57 -06:00
parent 0d2e8ab5f3
commit 6d49e9f01d

View File

@ -98,7 +98,7 @@ blocks AS (
block_timestamp,
modified_timestamp
FROM
{{ ref('silver__blocks_v2') }}
{{ ref('silver__blocks_final') }}
{% if var("MANUAL_FIX") %}
WHERE
{{ partition_load_manual('end', 'partition_key') }}