Merged PR 4361: Fixed bookings state variables
# Description Fixed bookings state variables that had spaces # Checklist - [x] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] 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. Fixed bookings state variables Related work items: #25934
This commit is contained in:
commit
9fa9f0c714
1 changed files with 3 additions and 3 deletions
|
|
@ -76,9 +76,9 @@ vars:
|
|||
"cancelled_booking_state": "'CANCELLED'"
|
||||
"approved_booking_state": "'APPROVED'"
|
||||
"flagged_booking_state": "'FLAGGED'"
|
||||
"incomplete_information_booking_state": "'INCOMPLETE INFORMATION'"
|
||||
"no_flags_booking_state": "'NO FLAGS'"
|
||||
"not_approved_booking_state": "'NOT APPROVED'"
|
||||
"incomplete_information_booking_state": "'INCOMPLETEINFORMATION'"
|
||||
"no_flags_booking_state": "'NOFLAGS'"
|
||||
"not_approved_booking_state": "'NOTAPPROVED'"
|
||||
"rejected_booking_state": "'REJECTED'"
|
||||
|
||||
# Payment state variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue