update schema
This commit is contained in:
parent
7e786649cc
commit
4a2c478d8f
1 changed files with 4 additions and 4 deletions
|
|
@ -3233,7 +3233,7 @@ models:
|
|||
data_type: bigint
|
||||
description: |
|
||||
Average daily CSAT score in a given date and per specified dimension.
|
||||
|
||||
|
||||
- name: int_kpis__metric_monthly_check_in_attributed_guest_journeys
|
||||
description: |
|
||||
This model computes the Monthly metrics associated with Guest Journeys
|
||||
|
|
@ -3510,7 +3510,7 @@ models:
|
|||
min_value: 0
|
||||
max_value: 5
|
||||
strictly: false
|
||||
|
||||
|
||||
- name: int_kpis__metric_weekly_check_in_attributed_guest_journeys
|
||||
description: |
|
||||
This model computes the Weekly metrics associated with Guest Journeys
|
||||
|
|
@ -3549,7 +3549,7 @@ models:
|
|||
|
||||
- name: week
|
||||
data_type: int
|
||||
description: Week number of the given date.
|
||||
description: ISO week number of the given date.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
|
|
@ -4058,7 +4058,7 @@ models:
|
|||
Month-to-date aggregated count of guest journeys completed for a given date,
|
||||
dimension, and value.
|
||||
tests:
|
||||
- not_null
|
||||
- not_null
|
||||
|
||||
- name: count_csat_score
|
||||
data_type: numeric
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue