From aaba27a0ea914a8e2f27200370539b2cac0603a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Mon, 11 Nov 2024 16:37:58 +0000 Subject: [PATCH] Merged PR 3500: Fix missing test # Description Fix missing test :) # Checklist - [ ] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Related work items: #23763 --- models/reporting/general/schema.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/reporting/general/schema.yml b/models/reporting/general/schema.yml index 44adace..5a0e07e 100644 --- a/models/reporting/general/schema.yml +++ b/models/reporting/general/schema.yml @@ -473,10 +473,9 @@ models: columns: - name: date data_type: date - description: The last day of the month or yesterday for historic metrics. + description: The last day of the month for historic metrics. tests: - not_null - - latest_date_is_yesterday - name: id_deal data_type: character varying