included filter of number of nights as a temporary solution for the problem with the data

This commit is contained in:
Joaquin Ossa 2024-09-05 09:09:40 +02:00
parent d189aaa797
commit 126973ce1c
2 changed files with 79 additions and 3 deletions

View file

@ -346,8 +346,8 @@ models:
- not_null
- dbt_expectations.expect_column_values_to_be_between:
min_value: 0
strictly: false
-- should be true but right now we have bookings with 0 nights
strictly: true
where: is_cancelled = false
- name: created_date_utc
data_type: date