From 5a5bdd82d568e826ede011f88ee66c5d7f6dfdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Thu, 3 Apr 2025 15:58:44 +0000 Subject: [PATCH] Merged PR 4916: Deprecation of Churn Models # Description Churn models being tagged as deprecated for next week, for information. # 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. Deprecation of Churn Models Related work items: #28948 --- models/intermediate/cross/schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/intermediate/cross/schema.yml b/models/intermediate/cross/schema.yml index 15497cd..c0f8b91 100644 --- a/models/intermediate/cross/schema.yml +++ b/models/intermediate/cross/schema.yml @@ -1107,6 +1107,7 @@ models: - UNSET - name: int_monthly_12m_window_contribution_by_deal + deprecation_date: 2025-04-08 description: | The main goal of this model is to provide how much a deal contributes to a given metric on the global amount over a @@ -1230,6 +1231,7 @@ models: amount of months it has been active. - name: int_monthly_churn_metrics + deprecation_date: 2025-04-08 description: | This model is used for global KPIs.