mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 15:56:47 +00:00
hotfix remove semi-colon
This commit is contained in:
parent
abaaa55dd2
commit
952340e417
@ -84,7 +84,7 @@ WITH pre_final AS (
|
||||
from {{ this }} t
|
||||
inner join {{ ref('silver__blocks2') }} b on b.block_id = t.block_id
|
||||
where t.block_timestamp::date is null
|
||||
and t.block_id > 39824213;
|
||||
and t.block_id > 39824213
|
||||
)
|
||||
{% endif %}
|
||||
SELECT
|
||||
|
||||
@ -78,7 +78,7 @@ WITH pre_final AS (
|
||||
from {{ this }} t
|
||||
inner join {{ ref('silver__blocks2') }} b on b.block_id = t.block_id
|
||||
where t.block_timestamp::date is null
|
||||
and t.block_id > 39824213;
|
||||
and t.block_id > 39824213
|
||||
)
|
||||
{% endif %}
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user