Merged PR 2653: fixed bookings test to include null for verification_request_booking_source
# Description Fixed bookings test to include null for verification_request_booking_source # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [X] I have checked for DRY opportunities with other models and docs. - [X] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Related work items: #20231
This commit is contained in:
commit
67468a3220
1 changed files with 2 additions and 1 deletions
|
|
@ -1721,13 +1721,14 @@ models:
|
|||
- PMS
|
||||
- OSL
|
||||
- API/MANUAL
|
||||
- null (bookings without verification request)
|
||||
tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- 'PMS'
|
||||
- 'OSL'
|
||||
- 'API/MANUAL'
|
||||
- null
|
||||
|
||||
- name: id_staging_host_booking
|
||||
data_type: bigint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue