commit wip

This commit is contained in:
Joaquin Ossa 2025-02-23 16:07:13 +01:00
parent 56619982d2
commit f1a0b04388

View file

@ -263,12 +263,18 @@ models:
description: "If the host has collected a deposit from the guest."
- name: deposit_retained_amount_in_txn_currency
data_type: text
data_type: numeric
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
data_type: text
description: "Currency of the deposit retained."
data_tests:
- not_null
- name: has_guest_contributed_to_cost
data_type: boolean