Addresed Uri's comments and also included new reports in exposures.ymal

This commit is contained in:
Joaquin Ossa 2024-07-03 12:29:01 +02:00
parent 0cda63d1a7
commit af4ab70b96
3 changed files with 113 additions and 6 deletions

View file

@ -941,4 +941,75 @@ models:
- name: company_name
data_type: character varying
description: ""
- name: int_core__guest_satisfaction_responses
description:
This model contains information on guests satisfaction survey responses,
it contains some basic information on the guests, a rating of their experience
and some comments on it.
It also includes information on the services provided by Superhog that they payed for.
columns:
- name: id_verification_request
data_type: bigint
description: Unique id value for the verification request
tests:
- not_null
- unique
- name: guestsuperhoguserid
data_type: character varying
description: Unique id value for the guest
- name: guestemailaddress
data_type: character varying
description: Guest email
- name: experience_rating
data_type: bigint
description:
Guest rating of their experience with Superhog from 1 to 5
- name: guest_comments
data_type: character varying
description:
Guest comments on their experience with Superhog
- name: is_contactable
data_type: boolean
description: |
True if the guest allows to be contacted for more feedback
- name: created_at_utc
data_type: timestamp without time zone
description:
Date and time of response creation
- name: updated_at_utc
data_type: timestamp without time zone
description:
Date and time of last update of response
- name: selectedpaymentoption
data_type: character varying
description: ""
- name: ageofguest
data_type: numeric
description: ""
- name: checkincover
data_type: boolean
description: ""
- name: waiver
data_type: boolean
description: ""
- name: deposit
data_type: boolean
description: ""
- name: fee
data_type: boolean
description: ""