Addressed comments

This commit is contained in:
Joaquin Ossa 2025-01-29 15:44:07 +01:00
parent a48f6d0f59
commit 63b1eac81f
3 changed files with 12 additions and 9 deletions

View file

@ -1754,9 +1754,13 @@ models:
- name: int_mtd_agg_onboarding_mrr_revenue
description: |
This model contains the month-to-date aggregated metrics for the onboarding MRR.
It includes the expected MRR per deal and the total expected MRR, which is obtained
by summing the expected MRRs for all new deals.
This model contains the month-to-date aggregated metrics for onboarding MRR.
It includes the total expected MRR revenue for the month, aggregated by
dimension for 'global' and 'by_number_of_listings' only.
- The 'by_number_of_listings' dimension is calculated by multiplying the
expected MRR per deal by the number of new deals in that segment.
- The 'global' dimension represents the sum of all expected MRRs across
all segments.
data_tests:
- dbt_utils.unique_combination_of_columns:
@ -1780,7 +1784,6 @@ models:
values:
- global
- by_number_of_listings
- by_billing_country
- name: dimension_value
data_type: string