From 54e20e00d59fd977c0eb0d93cffb3b5870cf3840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Thu, 24 Apr 2025 12:20:50 +0000 Subject: [PATCH] Merged PR 5049: Set option with basic waiver as deposit management # Description Removes UNKNOWN in Service Business Type linked to 'BASIC DAMAGE DEPOSIT OR BASIC WAIVER'. # 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. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Set option with basic waiver as deposit management Related work items: #29649 --- models/intermediate/core/int_core__booking_service_detail.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/intermediate/core/int_core__booking_service_detail.sql b/models/intermediate/core/int_core__booking_service_detail.sql index 89e4144..42ee860 100644 --- a/models/intermediate/core/int_core__booking_service_detail.sql +++ b/models/intermediate/core/int_core__booking_service_detail.sql @@ -1,7 +1,7 @@ {{ config(materialized="table", unique_key=["id_booking_service_detail"]) }} {% set waiver_or_deposit_offered_but_not_chosen = ( - "('BASIC DAMAGE DEPOSIT OR WAIVER PLUS')" + "('BASIC DAMAGE DEPOSIT OR WAIVER PLUS', 'BASIC DAMAGE DEPOSIT OR BASIC WAIVER')" ) %} with