Merged PR 4732: Removes accepted values test for guest product display name

# Description

It's a bit overkill to add an accepted tests in the display name, knowing that it can change. Note that I didn't remove it for the internal name.

This fixes the dbt test error.

# 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.

Removes accepted values test for guest product display name

Related work items: #28513
This commit is contained in:
Oriol Roqué Paniagua 2025-03-18 16:03:48 +00:00 committed by Pablo Martín
commit 06694faa68

View file

@ -2329,10 +2329,6 @@ models:
Display name of the guest product. Display name of the guest product.
data_tests: data_tests:
- not_null - not_null
- accepted_values:
values:
- DISRUPTION HERO
- CHECKIN HERO
- name: guest_product_display_order - name: guest_product_display_order
data_type: integer data_type: integer