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:
Joaquin Ossa 2025-02-12 09:09:21 +00:00
commit 9fa9f0c714

View file

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