Skip to content

Commit fed35dd

Browse files
authored
update to new source names (#9054)
1 parent 5b86139 commit fed35dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt_subprojects/daily_spellbook/macros/project/oneinch/project/oneinch_project_swaps_macro.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ meta as (
6262
, map_concat(flags, map_from_entries(array[('cross_chain', hashlock is not null)])) as order_flags
6363
from (
6464
select *, row_number() over(partition by block_number, tx_hash order by call_trace_address) as counter
65-
from {{ source('oneinch_' + blockchain, 'lop') }}
65+
from {{ source('oneinch_' + blockchain, 'lo') }}
6666
where
6767
call_success
6868
{% if is_incremental() %}

dbt_subprojects/daily_spellbook/models/_projects/oneinch/oneinch_project_orders.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ meta as (
8787
, null as order_deadline
8888
, 1 as call_trade
8989
, 1 as call_trades
90-
from {{ source('oneinch', 'lop') }}
90+
from {{ source('oneinch', 'lo') }}
9191
where call_success
9292
)
9393
join meta using(blockchain)

0 commit comments

Comments
 (0)