From fed3a93ddd964e940cc31430ad566e6bdfb0db1d Mon Sep 17 00:00:00 2001 From: jeff-dude Date: Fri, 10 Jan 2025 16:47:44 -0500 Subject: [PATCH] add back end whitespace --- .../dex/macros/models/_project/uniswap_compatible_trades.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_subprojects/dex/macros/models/_project/uniswap_compatible_trades.sql b/dbt_subprojects/dex/macros/models/_project/uniswap_compatible_trades.sql index b0149d9214b..f6b5b92ff67 100644 --- a/dbt_subprojects/dex/macros/models/_project/uniswap_compatible_trades.sql +++ b/dbt_subprojects/dex/macros/models/_project/uniswap_compatible_trades.sql @@ -159,7 +159,7 @@ WITH dexs AS INNER JOIN {{ Factory_evt_PoolCreated }} f ON {{ pair_column_name }} = t.id - {%- if is_incremental() -%} + {%- if is_incremental() %} WHERE {{ incremental_predicate('t.evt_block_time') }} {%- endif %}