Skip to content

Commit

Permalink
Create _schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrliem authored Dec 20, 2024
1 parent e0a2193 commit 6757066
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

models:
- name: mavis_ronin_base_trades
meta:
blockchain: ronin
sector: nft
project: mavis_ronin
contributors: ['peterrliem' ]
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' ]

0 comments on commit 6757066

Please sign in to comment.