update tests

This commit is contained in:
tarikceric 2025-10-01 11:10:35 -07:00
parent 8798f2b5dc
commit 24c27d9bd6

View File

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