included filter of number of nights as a temporary solution for the problem with the data
This commit is contained in:
parent
d189aaa797
commit
126973ce1c
2 changed files with 79 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue