This commit is contained in:
Austin 2025-04-25 15:37:46 -04:00 committed by GitHub
parent d17665caf3
commit 3f8d684c08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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