mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
update tests
This commit is contained in:
parent
8798f2b5dc
commit
24c27d9bd6
@ -5,12 +5,6 @@ models:
|
||||
recent_date_filter: &recent_date_filter
|
||||
config:
|
||||
where: modified_timestamp >= current_date - 7
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
- BALANCE_DATE
|
||||
- ACCOUNT
|
||||
where: modified_timestamp >= current_date - 7
|
||||
columns:
|
||||
- name: BALANCE_DATE
|
||||
description: "{{ doc('balance_date') }}"
|
||||
@ -37,8 +31,6 @@ models:
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
- not_null: *recent_date_filter
|
||||
- accepted_values:
|
||||
values: [true, false]
|
||||
- name: SOL_DAILY_BALANCES_ID
|
||||
description: '{{ doc("pk") }}'
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user