mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:11:54 +00:00
fix block ref
This commit is contained in:
parent
0d2e8ab5f3
commit
6d49e9f01d
@ -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') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user