remove unnecessary Solsniper_v1 tests (#525)

* remove unnecessary tests

* add back null tests and add tag

* fix
This commit is contained in:
tarikceric 2024-04-01 11:51:33 -05:00 committed by GitHub
parent f587f42391
commit 37bbc6bce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -2,6 +2,7 @@
materialized = 'table',
unique_key = ['nft_sales_solsniper_id'],
cluster_by = ['block_timestamp::DATE'],
tags=['test_weekly']
) }}
WITH base AS (

View File

@ -24,9 +24,6 @@ models:
description: "{{ doc('block_timestamp') }}"
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: BLOCK_ID
description: "{{ doc('block_id') }}"
tests:
@ -41,23 +38,23 @@ models:
- not_null
- name: PROGRAM_ID
description: "{{ doc('program_id') }}"
tests:
tests:
- not_null
- name: PURCHASER
description: "{{ doc('purchaser') }}"
tests:
tests:
- not_null
- name: SELLER
description: "{{ doc('seller') }}"
tests:
tests:
- not_null
- name: MINT
description: "{{ doc('mint') }}"
tests:
tests:
- not_null
- name: SALES_AMOUNT
description: "{{ doc('sales_amount') }}"
- name: _INSERTED_TIMESTAMP
description: "{{ doc('_inserted_timestamp') }}"
tests:
tests:
- not_null