commit wip

This commit is contained in:
Joaquin Ossa 2025-01-14 16:42:49 +01:00
parent 1db8a050ce
commit b063454409
3 changed files with 57 additions and 73 deletions

View file

@ -1707,7 +1707,7 @@ models:
data_type: boolean
description: "Flag to indicate if the deal is in Xero."
- name: int_deals_onboarding_mrr
- name: int_monthly_onboarding_mrr_metrics
description: |
"This table provides data on the Onboarding Monthly Recurring Revenue (MRR).
The Onboarding MRR is an estimate of the expected monthly revenue generated by
@ -1724,14 +1724,14 @@ models:
- not_null
- is_last_day_of_month
- name: billing_country
- name: main_billing_country_iso_3
data_type: text
description: |
"ISO 3166-1 alpha-3 main country code in which the Deals are billed"
data_tests:
- not_null
- name: number_of_listings
- name: hubspot_listing_segmentation
data_type: text
description: |
"Segmentation based on the number of properties specified by each deal
@ -1740,9 +1740,9 @@ models:
- not_null
- accepted_values:
values:
- "01|05"
- "06|20"
- "21|60"
- "01-05"
- "06-20"
- "21-60"
- "61+"
- "global"