Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
intensodefi committed Jun 8, 2024
1 parent e41d54b commit 8d7e95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
, ref('scrollswap_scroll_base_trades')
, ref('syncswap_v1_scroll_base_trades')
, ref('nuri_scroll_base_trades')
, ref('icecreamswap_scroll_base_trades')
, ref('icecreamswap_v2_scroll_base_trades')
] %}

WITH base_union AS (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
schema = 'icecreamswap_scroll'
schema = 'icecreamswap_v2_scroll'
, alias = 'base_trades'
, materialized = 'incremental'
, file_format = 'delta'
Expand Down

0 comments on commit 8d7e95f

Please sign in to comment.