Addressed comments
This commit is contained in:
parent
1c6f23f269
commit
25a89208c4
7 changed files with 148 additions and 36 deletions
|
|
@ -3023,6 +3023,13 @@ models:
|
|||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: product_service_display_name
|
||||
data_type: string
|
||||
description: |
|
||||
The display name of the product service.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: int_core__product_service_to_price
|
||||
description: |
|
||||
This model provides the information related to the prices of the different
|
||||
|
|
@ -5166,30 +5173,30 @@ models:
|
|||
data_type: boolean
|
||||
description: "Boolean value indicating if the guest chose CheckIn Cover."
|
||||
|
||||
- name: int_core__new_dash_services_usage
|
||||
description: "This model contains the usage of the services in New Dash.
|
||||
This usage is displayed by different levels, such as the number of users,
|
||||
- name: int_core__new_dash_services_offered
|
||||
description: "This model contains the the services offered in New Dash.
|
||||
This offers are displayed by different levels, such as the number of users,
|
||||
accommodations and bookings."
|
||||
|
||||
columns:
|
||||
- name: product_service_name
|
||||
- name: product_service_display_name
|
||||
data_type: text
|
||||
description: "The name of the product service."
|
||||
data_tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- "BASICSCREENING"
|
||||
- "SCREENINGPLUS"
|
||||
- "IDVERIFICATION"
|
||||
- "SEXOFFENDERSCHECK"
|
||||
- "BASICDAMAGEDEPOSIT"
|
||||
- "BASICWAIVER"
|
||||
- "WAIVERPLUS"
|
||||
- "WAIVERPRO"
|
||||
- "BASICPROTECTION"
|
||||
- "PROTECTIONPLUS"
|
||||
- "PROTECTIONPRO"
|
||||
- "BASIC SCREENING"
|
||||
- "SCREENING PLUS"
|
||||
- "ID VERIFICATION"
|
||||
- "SEX OFFENDERS CHECK"
|
||||
- "BASIC DAMAGE DEPOSIT"
|
||||
- "BASIC WAIVER"
|
||||
- "WAIVER PLUS"
|
||||
- "WAIVER PRO"
|
||||
- "BASIC PROTECTION"
|
||||
- "PROTECTION PLUS"
|
||||
- "PROTECTION PRO"
|
||||
|
||||
- name: number_users
|
||||
data_type: bigint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue