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
|
data_type: bigint
|
||||||
description: |
|
description: |
|
||||||
Average daily CSAT score in a given date and per specified dimension.
|
Average daily CSAT score 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_attributed_guest_journeys
|
||||||
description: |
|
description: |
|
||||||
This model computes the Monthly metrics associated with Guest Journeys
|
This model computes the Monthly metrics associated with Guest Journeys
|
||||||
|
|
@ -3510,7 +3510,7 @@ models:
|
||||||
min_value: 0
|
min_value: 0
|
||||||
max_value: 5
|
max_value: 5
|
||||||
strictly: false
|
strictly: false
|
||||||
|
|
||||||
- name: int_kpis__metric_weekly_check_in_attributed_guest_journeys
|
- name: int_kpis__metric_weekly_check_in_attributed_guest_journeys
|
||||||
description: |
|
description: |
|
||||||
This model computes the Weekly metrics associated with Guest Journeys
|
This model computes the Weekly metrics associated with Guest Journeys
|
||||||
|
|
@ -3549,7 +3549,7 @@ models:
|
||||||
|
|
||||||
- name: week
|
- name: week
|
||||||
data_type: int
|
data_type: int
|
||||||
description: Week number of the given date.
|
description: ISO week number of the given date.
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
|
|
||||||
|
|
@ -4058,7 +4058,7 @@ models:
|
||||||
Month-to-date aggregated count of guest journeys completed for a given date,
|
Month-to-date aggregated count of guest journeys completed for a given date,
|
||||||
dimension, and value.
|
dimension, and value.
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
|
|
||||||
- name: count_csat_score
|
- name: count_csat_score
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue