Skip to content

Commit

Permalink
use sudo specific source
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jun 5, 2024
1 parent 6bf2f15 commit 39549fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SELECT
ELSE -1 * cast(nft_amount as int256)
END
) AS nft_change_trading
FROM (select * from {{ source('nft','base_trades') }} WHERE project = 'sudoswap') t
FROM {{ source('sudoswap_ethereum','base_trades') }} t
LEFT JOIN {{ ref('prices_usd_forward_fill') }} usd
ON usd.blockchain = null and usd.symbol = 'ETH'
AND usd.minute = date_trunc('minute',t.block_time)
Expand Down
1 change: 1 addition & 0 deletions sources/sudoswap/ethereum/sudoswap_ethereum_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ sources:
tables:
- name: Astrodrop_evt_Claimed
loaded_at_field: evt_block_time
- name: base_trades

0 comments on commit 39549fb

Please sign in to comment.