Clarification of long stay

This commit is contained in:
Joaquin Ossa 2024-12-18 14:52:46 +01:00
parent 463226a44b
commit 5a92337b43

View file

@ -1463,7 +1463,8 @@ models:
- name: long_stay_fee
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:
- not_null
- dbt_expectations.expect_column_values_to_be_between:
@ -1629,7 +1630,8 @@ models:
- name: long_stay_fee
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:
- not_null
- dbt_expectations.expect_column_values_to_be_between:
@ -1725,7 +1727,8 @@ models:
- name: long_stay_fee
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:
- not_null
- dbt_expectations.expect_column_values_to_be_between: