mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
fix: dedeuplicates
This commit is contained in:
parent
3e5e0a4bdd
commit
1cfb107b46
@ -73,6 +73,8 @@ FINAL AS (
|
||||
'{{ invocation_id }}' AS invocation_id
|
||||
FROM
|
||||
FLATTEN_RES
|
||||
qualify
|
||||
row_number() over (partition by nft_allday_metadata_s_id order by _inserted_timestamp desc) = 1
|
||||
)
|
||||
SELECT
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user