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:
parent
a944a873d7
commit
54e20e00d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue