commit wip
This commit is contained in:
parent
56619982d2
commit
f1a0b04388
1 changed files with 7 additions and 1 deletions
|
|
@ -263,12 +263,18 @@ models:
|
||||||
description: "If the host has collected a deposit from the guest."
|
description: "If the host has collected a deposit from the guest."
|
||||||
|
|
||||||
- name: deposit_retained_amount_in_txn_currency
|
- name: deposit_retained_amount_in_txn_currency
|
||||||
data_type: text
|
data_type: numeric
|
||||||
description: "Amount of the deposit retained in local currency."
|
description: "Amount of the deposit retained in local currency."
|
||||||
|
data_tests:
|
||||||
|
- dbt_expectations.expect_column_values_to_be_between:
|
||||||
|
min_value: 0
|
||||||
|
strictly: false
|
||||||
|
|
||||||
- name: deposit_retained_currency
|
- name: deposit_retained_currency
|
||||||
data_type: text
|
data_type: text
|
||||||
description: "Currency of the deposit retained."
|
description: "Currency of the deposit retained."
|
||||||
|
data_tests:
|
||||||
|
- not_null
|
||||||
|
|
||||||
- name: has_guest_contributed_to_cost
|
- name: has_guest_contributed_to_cost
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue