remove signers_nfts_held (#267)

This commit is contained in:
tarikceric 2023-02-28 17:20:56 -08:00 committed by GitHub
parent 4dc5c813dd
commit 951f29d7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

View File

@ -1,9 +0,0 @@
{{ config(
materialized = 'view'
) }}
SELECT
signer,
NFT_held
FROM
{{ ref('silver__signers_nfts_held') }}

View File

@ -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