mirror of
https://github.com/FlipsideCrypto/ton-models.git
synced 2026-02-06 09:26:46 +00:00
readd qualify
This commit is contained in:
parent
69df21d6aa
commit
85bc920d3b
@ -33,13 +33,13 @@ WITH pre_final AS (
|
||||
_inserted_timestamp
|
||||
FROM
|
||||
{{ ref('bronze__jetton_metadata') }}
|
||||
{# qualify ROW_NUMBER() over (
|
||||
PARTITION BY address,
|
||||
update_time_metadata,
|
||||
update_time_onchain
|
||||
ORDER BY
|
||||
_inserted_timestamp DESC
|
||||
) = 1 #}
|
||||
qualify ROW_NUMBER() over (
|
||||
PARTITION BY address,
|
||||
update_time_metadata,
|
||||
update_time_onchain
|
||||
ORDER BY
|
||||
_inserted_timestamp DESC
|
||||
) = 1
|
||||
)
|
||||
SELECT
|
||||
adding_date,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user