Modified name and changed date to group as an argument
This commit is contained in:
parent
0f5eb5fba2
commit
658980e48f
2 changed files with 38 additions and 16 deletions
|
|
@ -67,7 +67,9 @@ models:
|
|||
Count of daily guest journeys created, excluding cancelled bookings,
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: created_guest_journeys_not_cancelled
|
||||
date_column: date_day
|
||||
|
||||
- name: started_guest_journeys_not_cancelled
|
||||
data_type: bigint
|
||||
|
|
@ -75,7 +77,9 @@ models:
|
|||
Count of daily guest journeys started, excluding cancelled bookings,
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: started_guest_journeys_not_cancelled
|
||||
date_column: date_day
|
||||
|
||||
- name: completed_guest_journeys_not_cancelled
|
||||
data_type: bigint
|
||||
|
|
@ -83,7 +87,9 @@ models:
|
|||
Count of daily guest journeys completed, excluding cancelled bookings,
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: completed_guest_journeys_not_cancelled
|
||||
date_column: date_day
|
||||
|
||||
- name: created_guest_journeys
|
||||
data_type: bigint
|
||||
|
|
@ -91,7 +97,9 @@ models:
|
|||
Count of daily guest journeys created in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: created_guest_journeys
|
||||
date_column: date_day
|
||||
|
||||
- name: started_guest_journeys
|
||||
data_type: bigint
|
||||
|
|
@ -99,7 +107,9 @@ models:
|
|||
Count of daily guest journeys started in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: started_guest_journeys
|
||||
date_column: date_day
|
||||
|
||||
- name: completed_guest_journeys
|
||||
data_type: bigint
|
||||
|
|
@ -107,7 +117,9 @@ models:
|
|||
Count of daily guest journeys completed in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: completed_guest_journeys
|
||||
date_column: date_day
|
||||
|
||||
- name: total_csat_score_count
|
||||
data_type: bigint
|
||||
|
|
@ -115,7 +127,9 @@ models:
|
|||
Count of daily guest journeys with CSAT (customer satisfaction score)
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: total_csat_score_count
|
||||
date_column: date_day
|
||||
|
||||
- name: average_csat_score
|
||||
data_type: bigint
|
||||
|
|
@ -128,7 +142,9 @@ models:
|
|||
Sum of deposit fees paid by guests, without taxes, in GBP
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: deposit_fees_in_gbp
|
||||
date_column: date_day
|
||||
|
||||
- name: waiver_payments_in_gbp
|
||||
data_type: decimal
|
||||
|
|
@ -136,7 +152,9 @@ models:
|
|||
Sum of waiver payments paid by guests, without taxes, in GBP
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: waiver_payments_in_gbp
|
||||
date_column: date_day
|
||||
|
||||
- name: checkin_cover_fees_in_gbp
|
||||
data_type: decimal
|
||||
|
|
@ -144,7 +162,9 @@ models:
|
|||
Sum of checkin cover fees paid by guests, without taxes, in GBP
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: checkin_cover_fees_in_gbp
|
||||
date_column: date_day
|
||||
|
||||
- name: total_guest_payments_in_gbp
|
||||
data_type: decimal
|
||||
|
|
@ -152,7 +172,9 @@ models:
|
|||
Sum of total payments paid by guests, without taxes, in GBP
|
||||
in a given date and per specified dimension.
|
||||
tests:
|
||||
- kpis_outlier_detector
|
||||
- kpis_daily_outlier_detector:
|
||||
column_name: total_guest_payments_in_gbp
|
||||
date_column: date_day
|
||||
|
||||
- name: py_created_guest_journeys_not_cancelled
|
||||
data_type: bigint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue