diff --git a/models/gold/core/core__fact_sol_daily_balances.yml b/models/gold/core/core__fact_sol_daily_balances.yml index 7bb060c6..5123b74d 100644 --- a/models/gold/core/core__fact_sol_daily_balances.yml +++ b/models/gold/core/core__fact_sol_daily_balances.yml @@ -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: