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
This commit is contained in:
parent
f6d25f681f
commit
5a5bdd82d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue