Added business scope to models
This commit is contained in:
parent
72118389d6
commit
89b3989d19
6 changed files with 82 additions and 24 deletions
|
|
@ -10,6 +10,7 @@ select
|
|||
date as date,
|
||||
id_deal as id_deal,
|
||||
client_type as client_type,
|
||||
business_scope as business_scope,
|
||||
main_deal_name as main_deal_name,
|
||||
main_billing_country_iso_3_per_deal as main_billing_country_iso_3_per_deal,
|
||||
deal_lifecycle_state as deal_lifecycle_state,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ select
|
|||
main_deal_name as main_deal_name,
|
||||
has_active_pms as has_active_pms,
|
||||
client_type as client_type,
|
||||
business_scope as business_scope,
|
||||
active_pms_list as active_pms_list,
|
||||
active_accommodations_per_deal_segmentation
|
||||
as active_accommodations_per_deal_segmentation,
|
||||
|
|
|
|||
|
|
@ -505,6 +505,19 @@ models:
|
|||
- PLATFORM
|
||||
- API
|
||||
|
||||
- name: business_scope
|
||||
data_type: string
|
||||
description: |
|
||||
Business scope identifying the metric source.
|
||||
data_tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- "Old Dash"
|
||||
- "New Dash"
|
||||
- "API"
|
||||
- "UNSET"
|
||||
|
||||
- name: main_deal_name
|
||||
data_type: string
|
||||
description: |
|
||||
|
|
@ -1524,6 +1537,19 @@ models:
|
|||
- PLATFORM
|
||||
- API
|
||||
|
||||
- name: business_scope
|
||||
data_type: string
|
||||
description: |
|
||||
Business scope identifying the metric source.
|
||||
data_tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- "Old Dash"
|
||||
- "New Dash"
|
||||
- "API"
|
||||
- "UNSET"
|
||||
|
||||
- name: metric_from_date
|
||||
data_type: date
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue