Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBoxer committed Jan 29, 2025
1 parent b6bd48f commit d4e2fe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM TABLE (
tx_to
FROM {{logs}} l
WHERE topic0 = {{topic0}}
{% if is_incremental() %}
{% if is_incremental() or true %}
AND {{ incremental_predicate('block_time') }}
{% endif %}
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ WITH base_trades as (
, enrichments AS (
SELECT
base_trades.blockchain
, base_trades.project
, base_trades.project_status
, base_trades.version
, base_trades.factory_address
, base_trades.dex_type
Expand Down

0 comments on commit d4e2fe9

Please sign in to comment.