Skip to content

Commit

Permalink
Remove schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrliem authored Dec 19, 2024
1 parent 60644e0 commit 3738876
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1 @@
version: 2

models:
- name: mavis_marketplace_ronin_base_trades
meta:
blockchain: ronin
sector: nft
project: mavis_marketplace
contributors: petertherock
config:
tags: ['ronin', 'nft', 'trades', 'mavis']
description: "Mavis Marketplace base trades"
data_tests:
- check_columns_nft_base_trades
- dbt_utils.unique_combination_of_columns:
combination_of_columns: ['block_number','tx_hash','sub_tx_trade_id']
- equal_rowcount_with_sources:
evt_sources:
- source('mavis_marketplace_ronin','MavisMarketPlace_evt_OrderMatched')
- check_seed:
seed_file: ref('mavis_marketplace_ronin_base_trades_seed')
match_columns:
- block_number
- tx_hash
- sub_tx_trade_id
check_columns:
- buyer
- seller
- nft_contract_address
- nft_token_id
- price_raw

0 comments on commit 3738876

Please sign in to comment.