new field to int_kpis__dimension_deals
This commit is contained in:
parent
4654aad54c
commit
1de5a6d33e
1 changed files with 28 additions and 0 deletions
|
|
@ -475,6 +475,34 @@ models:
|
||||||
host has been created according to Core.
|
host has been created according to Core.
|
||||||
data_tests:
|
data_tests:
|
||||||
- not_null
|
- not_null
|
||||||
|
- name: effective_deal_start_month
|
||||||
|
data_type: date
|
||||||
|
description: |
|
||||||
|
Month of the starting date of the deal.
|
||||||
|
data_tests:
|
||||||
|
- not_null
|
||||||
|
- name: effective_deal_cancellation_date_utc
|
||||||
|
data_type: date
|
||||||
|
description: |
|
||||||
|
Effective date at which the deal cancelled it's partnership with Superhog.
|
||||||
|
- name: effective_deal_cancellation_month
|
||||||
|
data_type: date
|
||||||
|
description: |
|
||||||
|
Month of the cancellation date of the deal.
|
||||||
|
- name: hubspot_listing_segmentation
|
||||||
|
data_type: integer
|
||||||
|
description: |
|
||||||
|
Number of properties managed by the deal according
|
||||||
|
to what was set in HubSpot.
|
||||||
|
data_tests:
|
||||||
|
- accepted_values:
|
||||||
|
values:
|
||||||
|
- "0"
|
||||||
|
- "01-05"
|
||||||
|
- "06-20"
|
||||||
|
- "21-60"
|
||||||
|
- "61+"
|
||||||
|
- "UNSET"
|
||||||
|
|
||||||
- name: int_kpis__dimension_daily_accommodation
|
- name: int_kpis__dimension_daily_accommodation
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue