modified names
This commit is contained in:
parent
19337a9918
commit
7d3d11ea7f
6 changed files with 13 additions and 16 deletions
|
|
@ -3076,7 +3076,7 @@ models:
|
|||
data_type: bigint
|
||||
description: The month-to-date cancelled bookings for a given date, dimension and value.
|
||||
|
||||
- name: int_kpis__metric_daily_check_in_attributed_guest_journeys
|
||||
- name: int_kpis__metric_daily_check_in_attrib_guest_journeys
|
||||
description: |
|
||||
This model computes Guest Journey metrics at the deepest granularity
|
||||
level for the Guest Products KPIs.
|
||||
|
|
@ -3178,7 +3178,7 @@ models:
|
|||
Count of daily guest journeys completed in a given date and
|
||||
per specified dimension.
|
||||
|
||||
- name: int_kpis__metric_monthly_check_in_attributed_guest_journeys
|
||||
- name: int_kpis__metric_monthly_check_in_attrib_guest_journeys
|
||||
description: |
|
||||
This model computes the Monthly metrics associated with Guest Journeys
|
||||
attributed to Check-In date at the deepest granularity.
|
||||
|
|
@ -3228,7 +3228,8 @@ models:
|
|||
|
||||
- name: has_id_check
|
||||
data_type: boolean
|
||||
description: True if the verification in the guest journey includes Government ID Check for the bookings.
|
||||
description: True if the verification in the guest journey includes
|
||||
Government ID Check for the bookings.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
|
|
@ -3297,13 +3298,11 @@ models:
|
|||
tests:
|
||||
- not_null
|
||||
|
||||
- name: int_kpis__aggregated_monthly_check_in_attributed_guest_journeys
|
||||
- name: int_kpis__agg_monthly_check_in_attrib_guest_journeys
|
||||
description: |
|
||||
This model computes the dimension aggregation for Monthly metrics associated
|
||||
to Guest Journeys attributed to Check-In date.
|
||||
|
||||
The primary key of this model is end_date, dimension, and dimension_value.
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
|
|
@ -3392,7 +3391,7 @@ models:
|
|||
tests:
|
||||
- not_null
|
||||
|
||||
- name: int_kpis__metric_mtd_check_in_attributed_guest_journeys
|
||||
- name: int_kpis__metric_mtd_check_in_attrib_guest_journeys
|
||||
description: |
|
||||
This model computes the Month-To-Date metrics associated with Guest Journeys
|
||||
attributed to Check-In date at the deepest granularity.
|
||||
|
|
@ -3512,13 +3511,11 @@ models:
|
|||
tests:
|
||||
- not_null
|
||||
|
||||
- name: int_kpis__aggregated_mtd_check_in_attributed_guest_journeys
|
||||
- name: int_kpis__agg_mtd_check_in_attrib_guest_journeys
|
||||
description: |
|
||||
This model computes the dimension aggregation for Month-To-Date metrics associated
|
||||
to Guest Journeys attributed to Check-In date.
|
||||
|
||||
The primary key of this model is end_date, dimension, and dimension_value.
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue