From d2b6a46a9d967cbdc23c26d1444db9347ab8903a Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:26:48 -0600 Subject: [PATCH] stop testing for null points (#429) --- models/gold/rewards/rewards__fact_points_balances.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/models/gold/rewards/rewards__fact_points_balances.yml b/models/gold/rewards/rewards__fact_points_balances.yml index 6cd9d9e..e2bf9a2 100644 --- a/models/gold/rewards/rewards__fact_points_balances.yml +++ b/models/gold/rewards/rewards__fact_points_balances.yml @@ -34,9 +34,6 @@ models: - name: POINTS description: "The number of points accrued by the account at the time of the request" tests: - - not_null: - where: - request_date > '2025-04-07' - dbt_expectations.expect_column_values_to_be_in_type_list: column_type_list: - NUMBER