Skip to content

Commit

Permalink
Updated crosschain_trade file for resolving syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ARDev097 committed Dec 18, 2023
1 parent 417e653 commit fc6a27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with cross_chain_trades AS (
FROM
{{ source('hashflow_optimism', 'Pool_evt_LzTrade') }}
{% if is_incremental() %}
WHERE evt_block_time >= date_trunc("day", now() - interval '1 week')
WHERE evt_block_time >= date_trunc('day', now() - interval '1 week')
{% endif %}

UNION
Expand Down

0 comments on commit fc6a27d

Please sign in to comment.