final changes
This commit is contained in:
parent
5d642d2c77
commit
84b7f2569c
1 changed files with 17 additions and 17 deletions
|
|
@ -3290,7 +3290,7 @@ models:
|
|||
- name: created_guest_journeys_not_cancelled
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys created, excluding cancelled
|
||||
Monthly accumulated count of daily guest journeys created, excluding cancelled
|
||||
bookings, in a given date and per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3298,7 +3298,7 @@ models:
|
|||
- name: started_guest_journeys_not_cancelled
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys started, excluding cancelled
|
||||
Monthly accumulated count of daily guest journeys started, excluding cancelled
|
||||
bookings, in a given date and per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3306,7 +3306,7 @@ models:
|
|||
- name: completed_guest_journeys_not_cancelled
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys completed, excluding cancelled
|
||||
Monthly accumulated count of daily guest journeys completed, excluding cancelled
|
||||
bookings, in a given date and per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3314,7 +3314,7 @@ models:
|
|||
- name: created_guest_journeys
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys created in a given date and
|
||||
Monthly accumulated count of daily guest journeys created in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3322,7 +3322,7 @@ models:
|
|||
- name: started_guest_journeys
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys started in a given date and
|
||||
Monthly accumulated count of daily guest journeys started in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3330,7 +3330,7 @@ models:
|
|||
- name: completed_guest_journeys
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys completed in a given date and
|
||||
Monthly accumulated count of daily guest journeys completed in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3338,13 +3338,13 @@ models:
|
|||
- name: count_csat_score
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of guest journeys with CSAT
|
||||
(customer satisfaction score) in a given date, dimension, and value..
|
||||
Monthly accumulated count of guest journeys with CSAT
|
||||
(customer satisfaction score) in a given date, dimension, and value.
|
||||
|
||||
- name: average_csat_score
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated average CSAT score in a given date, dimension, and value.
|
||||
Monthly accumulated average CSAT score in a given date, dimension, and value.
|
||||
tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
|
|
@ -3567,7 +3567,7 @@ models:
|
|||
- name: created_guest_journeys_not_cancelled
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys created, excluding cancelled
|
||||
Month-to-date accumulated count of daily guest journeys created, excluding cancelled
|
||||
bookings, in a given date and per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3575,7 +3575,7 @@ models:
|
|||
- name: started_guest_journeys_not_cancelled
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys started, excluding cancelled
|
||||
Month-to-date accumulated count of daily guest journeys started, excluding cancelled
|
||||
bookings, in a given date and per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3583,7 +3583,7 @@ models:
|
|||
- name: completed_guest_journeys_not_cancelled
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys completed, excluding cancelled
|
||||
Month-to-date accumulated count of daily guest journeys completed, excluding cancelled
|
||||
bookings, in a given date and per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3591,7 +3591,7 @@ models:
|
|||
- name: created_guest_journeys
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys created in a given date and
|
||||
Month-to-date accumulated count of daily guest journeys created in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3599,7 +3599,7 @@ models:
|
|||
- name: started_guest_journeys
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys started in a given date and
|
||||
Month-to-date accumulated count of daily guest journeys started in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3607,7 +3607,7 @@ models:
|
|||
- name: completed_guest_journeys
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of daily guest journeys completed in a given date and
|
||||
Month-to-date accumulated count of daily guest journeys completed in a given date and
|
||||
per specified dimension.
|
||||
tests:
|
||||
- not_null
|
||||
|
|
@ -3615,13 +3615,13 @@ models:
|
|||
- name: count_csat_score
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated count of guest journeys with CSAT
|
||||
Month-to-date accumulated count of guest journeys with CSAT
|
||||
(customer satisfaction score) in a given date, dimension, and value..
|
||||
|
||||
- name: average_csat_score
|
||||
data_type: numeric
|
||||
description: |
|
||||
Accumulated average CSAT score in a given date, dimension, and value.
|
||||
Month-to-date accumulated average CSAT score in a given date, dimension, and value.
|
||||
tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue