mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 13:22:04 +00:00
lower
This commit is contained in:
parent
6a9ea5f991
commit
fa69898bdd
@ -1,6 +1,6 @@
|
||||
{{ config(
|
||||
materialized = 'incremental',
|
||||
unique_key = ['token_address'],
|
||||
unique_key = ['token_address_lower'],
|
||||
incremental_strategy = 'merge',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
tags = ['core']
|
||||
@ -53,6 +53,6 @@ WHERE
|
||||
)
|
||||
{% endif %}
|
||||
|
||||
qualify(ROW_NUMBER() over (PARTITION BY token_address
|
||||
qualify(ROW_NUMBER() over (PARTITION BY token_address_lower
|
||||
ORDER BY
|
||||
priority ASC)) = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user