Update name of fields

This commit is contained in:
Joaquin Ossa 2025-01-09 16:31:22 +01:00
parent bd25b473fb
commit 0c311d02e8
7 changed files with 32 additions and 30 deletions

View file

@ -11,8 +11,8 @@ select
metric_from_date as metric_from_date,
metric_to_date as metric_to_date,
main_deal_name as main_deal_name,
active_pms as active_pms,
pms as pms,
has_active_pms as has_active_pms,
active_pms_list as active_pms_list,
main_billing_country_iso_3_per_deal as main_billing_country_iso_3_per_deal,
deal_lifecycle_state as deal_lifecycle_state,
deal_hubspot_stage as deal_hubspot_stage,

View file

@ -1435,18 +1435,18 @@ models:
tests:
- not_null
- name: active_pms
- name: has_active_pms
data_type: boolean
description: |
Does the deal have an active associated PMS.
tests:
- not_null
- name: pms
- name: active_pms_list
data_type: string
description: |
Name of the active PMS associated with the deal. It can have more than
one PMS associated with it. It can be null doesn't have any PMS associated.
one PMS associated with it. It can be null if it doesn't have any PMS associated.
- name: main_billing_country_iso_3_per_deal
data_type: string