commit wip (id_incident duplicates have to check)
This commit is contained in:
parent
725f2a54c3
commit
1b853a9503
1 changed files with 24 additions and 12 deletions
|
|
@ -60,25 +60,29 @@ models:
|
|||
data_type: timestamp without time zone
|
||||
description: "Timestamp when the incident was created."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: created_date_date
|
||||
data_type: date
|
||||
description: "Date when the incident was created."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: updated_at_date
|
||||
data_type: timestamp without time zone
|
||||
description: "Timestamp when the incident was last updated."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: updated_date_date
|
||||
data_type: date
|
||||
description: "Date when the incident was last updated."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: id_user_host
|
||||
data_type: text
|
||||
|
|
@ -95,7 +99,8 @@ models:
|
|||
data_type: text
|
||||
description: "Name of the host account."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: host_email
|
||||
data_type: text
|
||||
|
|
@ -107,13 +112,15 @@ models:
|
|||
data_type: text
|
||||
description: "Last name of the host."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: host_first_name
|
||||
data_type: text
|
||||
description: "First name of the host."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: host_phone_code
|
||||
data_type: text
|
||||
|
|
@ -131,25 +138,29 @@ models:
|
|||
data_type: text
|
||||
description: "Superhog code that uniquely identifies a single guest."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: guest_email
|
||||
data_type: text
|
||||
description: "Email of the guest."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: guest_last_name
|
||||
data_type: text
|
||||
description: "Last name of the guest."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: guest_first_name
|
||||
data_type: text
|
||||
description: "First name of the guest."
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: guest_phone_code
|
||||
data_type: text
|
||||
|
|
@ -279,7 +290,8 @@ models:
|
|||
data_type: text
|
||||
description: "Superhog unique booking ID"
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: booking_status
|
||||
data_type: text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue