Merged PR 5014: New Created Bookings Growth Score
# Description After checking the current growth score model... I think I will decommission it for something simpler. This PR introduces a new growth score purely based on Created Bookings, thus it won't work for API deals. For API deals I will do a similar Total Revenue comparison separately. This uses the projected bookings at the end of the month, thus this is updated in a daily basis and it's timely. # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [X] I have checked for DRY opportunities with other models and docs. - [X] 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: #29374
This commit is contained in:
parent
45514dcd6a
commit
a944a873d7
3 changed files with 284 additions and 0 deletions
|
|
@ -595,6 +595,7 @@ models:
|
|||
strictly: false
|
||||
|
||||
- name: monthly_growth_score_by_deal
|
||||
deprecation_date: 2025-05-10 08:00:00
|
||||
description: |
|
||||
The main goal of this model is to provide a growth score by deal and month.
|
||||
The idea behind it is that each deal will have some business performance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue