Skip to content

Commit

Permalink
Fix another lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Dec 10, 2024
1 parent b7f8476 commit 28d7b0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ from
where
{% if is_incremental() %}
block_number > (
select coalesce(max(block_number), 0) as b
from {{ this }}
select coalesce(max(t.block_number), 0) as b
from {{ this }} as t
)
{% else %}
true
Expand Down

0 comments on commit 28d7b0a

Please sign in to comment.