Final changes

This commit is contained in:
Joaquin Ossa 2025-02-25 09:13:41 +01:00
parent daa93c056c
commit c49239a7cf
2 changed files with 54 additions and 13 deletions

View file

@ -69,7 +69,7 @@ models:
- name: comment_count
data_type: bigint
description: "Number of comments on the incident."
description: "Number of comments submitted on the incident."
- name: first_status_at_utc
data_type: timestamp
@ -118,6 +118,15 @@ models:
min_value: 0
strictly: false
- name: host_currency
data_type: text
description: "Host or local currency"
data_tests:
- not_null:
where: "original_value_amount_in_txn_currency > 0
or asked_repair_amount_in_txn_currency > 0
or accepted_amount_in_txn_currency > 0"
- name: was_overriden
data_type: boolean
description: |
@ -185,8 +194,7 @@ models:
- name: id_user_host
data_type: text
description: |
"Unique Id that identifies the host. Can be from SH or can
be external from the client."
"Unique Id that identifies the host."
data_tests:
- not_null
- relationships:
@ -271,11 +279,13 @@ models:
- name: has_guest_contributed_to_cost
data_type: boolean
description: "If the guest has agreed to contribute to the cost when talking to the host"
description: "If the guest has agreed to contribute to the cost
when talking to the host"
- name: has_host_taken_preventative_steps
data_type: boolean
description: "If the host has taken any action to prevent the damage or further damage once identified"
description: "If the host has taken any action to prevent the damage
or further damage once identified"
- name: guest_contribution_amount_in_txn_currency
data_type: numeric