From 5a92337b4367eb1d861d3d6215bfaa286b0804d2 Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Wed, 18 Dec 2024 14:52:46 +0100 Subject: [PATCH] Clarification of long stay --- models/staging/core/schema.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/models/staging/core/schema.yml b/models/staging/core/schema.yml index f462b61..6562082 100644 --- a/models/staging/core/schema.yml +++ b/models/staging/core/schema.yml @@ -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: