Skip to content

Commit

Permalink
Update _schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrliem authored Nov 12, 2024
1 parent 9c66697 commit 037d771
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dbt_subprojects/nft/models/_sector/transfers/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,3 +471,25 @@ models:
- *token_standard
- *transfer_type
- *unique_transfer_id

- name: nft_ronin_transfers
meta:
blockchain: ronin
sector: nft
contributors: petertherock
config:
tags: [ 'nft', 'transfers' ]
description: >
NFT transfers
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- tx_hash
- evt_index
- token_id
- amount
columns:
# only listing columns that have tests here for simplicity
- *token_standard
- *transfer_type
- *unique_transfer_id

0 comments on commit 037d771

Please sign in to comment.