Skip to content

Commit

Permalink
Update dex_liquidity.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishLatte19 authored Feb 12, 2025
1 parent a43c116 commit 3b21c91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dbt_subprojects/dex/models/liquidity/dex_liquidity.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ WITH dexes AS (
)
}}
)
{% set cte_dexes = [ 'dexes' ] %}

{% for dex in dexes %}
SELECT
blockchain
Expand Down Expand Up @@ -50,7 +52,7 @@ WITH dexes AS (
WHERE
{{ incremental_predicate('block_time') }}
{% endif %}
{% if not loop.last %}
{% if not loop.last %}
UNION ALL
{% endif %}
{% endif %}
{% endfor %}

0 comments on commit 3b21c91

Please sign in to comment.