Skip to content

Commit

Permalink
move NFT solana models (#6202)
Browse files Browse the repository at this point in the history
* move NFT solana models

* fix solana CI

* move seeds

* move tests

---------

Co-authored-by: Alan Ghobadi <aalan3@gmail.com>
  • Loading branch information
0xRobin and aalan3 authored Jun 20, 2024
1 parent 3fc938d commit ac968a8
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 56 deletions.
41 changes: 0 additions & 41 deletions nft/models/_sector/trades/chains/solana/nft_solana_base_trades.sql

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,3 @@ models:
- &inner_instruction_index
name: inner_instruction_index
description: "inner index of instruction call"

- name: nft_solana_base_trades
meta:
blockchain: solana
sector: nft
contributors: [ 0xRob ]
config:
tags: [ 'solana','nft' ]
description: >
nft solana trades with the schema of nft_trades, mainly used to include volume and tx counts into nft.trades
tests:
- check_columns_nft_base_trades
- dbt_utils.unique_combination_of_columns:
combination_of_columns: [ 'block_number','tx_hash','sub_tx_trade_id' ]
File renamed without changes.
2 changes: 1 addition & 1 deletion solana/package-lock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- package: dbt-labs/dbt_utils
version: 1.2.0
sha1_hash: d4f259856543b0ef301e0b3b0bbc94ccb6b12a54
sha1_hash: eb1031c07e7c89332527e572f2e44613ce5b62bf
File renamed without changes.
File renamed without changes.

0 comments on commit ac968a8

Please sign in to comment.