Clarification of long stay
This commit is contained in:
parent
463226a44b
commit
5a92337b43
1 changed files with 6 additions and 3 deletions
|
|
@ -1463,7 +1463,8 @@ models:
|
||||||
|
|
||||||
- name: long_stay_fee
|
- name: long_stay_fee
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: "Nightly fee for long stay bookings"
|
description: "Nightly fee for long stay bookings.
|
||||||
|
Bookings of more than 30 days are considered long."
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_values_to_be_between:
|
- dbt_expectations.expect_column_values_to_be_between:
|
||||||
|
|
@ -1629,7 +1630,8 @@ models:
|
||||||
|
|
||||||
- name: long_stay_fee
|
- name: long_stay_fee
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: "Nightly fee for long stay bookings."
|
description: "Nightly fee for long stay bookings.
|
||||||
|
Bookings of more than 30 days are considered long."
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_values_to_be_between:
|
- dbt_expectations.expect_column_values_to_be_between:
|
||||||
|
|
@ -1725,7 +1727,8 @@ models:
|
||||||
|
|
||||||
- name: long_stay_fee
|
- name: long_stay_fee
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: "Nightly fee for long stay bookings."
|
description: "Nightly fee for long stay bookings.
|
||||||
|
Bookings of more than 30 days are considered long."
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_values_to_be_between:
|
- dbt_expectations.expect_column_values_to_be_between:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue