mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
upd partition col in macro
This commit is contained in:
parent
6d49e9f01d
commit
d89200a3e9
@ -101,7 +101,7 @@ blocks AS (
|
||||
{{ ref('silver__blocks_final') }}
|
||||
{% if var("MANUAL_FIX") %}
|
||||
WHERE
|
||||
{{ partition_load_manual('end', 'partition_key') }}
|
||||
{{ partition_load_manual('end') }}
|
||||
{% else %}
|
||||
{% if is_incremental() %}
|
||||
WHERE block_timestamp :: DATE >= '{{min_bd}}' :: DATE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user