mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
remove signers_nfts_held (#267)
This commit is contained in:
parent
4dc5c813dd
commit
951f29d7c3
@ -1,9 +0,0 @@
|
||||
{{ config(
|
||||
materialized = 'view'
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
signer,
|
||||
NFT_held
|
||||
FROM
|
||||
{{ ref('silver__signers_nfts_held') }}
|
||||
@ -1,13 +0,0 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__ez_signers_nfts_held
|
||||
description: A table that contains wallet addresses and NFTs that the wallet currently holds.
|
||||
columns:
|
||||
- name: SIGNER
|
||||
description: The address of the user that initiated the transaction
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
- name: NFT_held
|
||||
description: The mint address of an NFT the wallet currently holds
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
Loading…
Reference in New Issue
Block a user