From 87eac122814d90f769e7bb857a0bebab0b73631c Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Tue, 27 Aug 2024 15:45:22 +0200 Subject: [PATCH] fixed bookings test to include null for verification_request_booking_source --- models/intermediate/core/schema.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/intermediate/core/schema.yaml b/models/intermediate/core/schema.yaml index 38405f0..988e321 100644 --- a/models/intermediate/core/schema.yaml +++ b/models/intermediate/core/schema.yaml @@ -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