mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 15:21:52 +00:00
dedupe (#108)
This commit is contained in:
parent
d17665caf3
commit
3f8d684c08
@ -88,3 +88,5 @@ FROM
|
||||
LEFT JOIN {{ ref('price__ez_asset_metadata') }}
|
||||
b
|
||||
ON A.token_address = b.token_address
|
||||
|
||||
qualify row_number() over (partition by token_address, hour order by blockchain, modified_timestamp desc) = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user