Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ WHERE _inserted_timestamp >= (
)
{% endif %}

qualify(ROW_NUMBER() over(PARTITION BY blockchain, address, creator
qualify(ROW_NUMBER() over(PARTITION BY blockchain, address, creator, tag_name, start_date
ORDER BY
_inserted_timestamp DESC)) = 1
2 changes: 2 additions & 0 deletions models/crosschain/silver/silver_crosschain__address_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ models:
- BLOCKCHAIN
- CREATOR
- ADDRESS
- TAG_NAME
- START_DATE
columns:
- name: BLOCKCHAIN
description: The name of the blockchain
Expand Down