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
This commit is contained in:
Oriol Roqué Paniagua 2025-04-24 12:20:50 +00:00
parent a944a873d7
commit 54e20e00d5

View file

@ -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