hotfix remove semi-colon

This commit is contained in:
Desmond Hui 2022-09-16 11:14:45 -07:00
parent abaaa55dd2
commit 952340e417
2 changed files with 2 additions and 2 deletions

View File

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

View File

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