Skip to content

Commit

Permalink
really fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBoxer committed Jan 29, 2025
1 parent 577545b commit b6bd48f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% macro log_decoded_enrich_dex_trades(
base_trades = null
, filter = 1=1
, tokens_erc20_model = null
)
%}
Expand All @@ -10,10 +9,8 @@ WITH base_trades as (
*
FROM
{{ base_trades }}
WHERE
{{ filter }}
{% if is_incremental() %}
AND
WHERE
{{ incremental_predicate('block_time') }}
{% endif %}
)
Expand Down

0 comments on commit b6bd48f

Please sign in to comment.