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:
commit
06694faa68
1 changed files with 0 additions and 4 deletions
|
|
@ -2329,10 +2329,6 @@ models:
|
|||
Display name of the guest product.
|
||||
data_tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- DISRUPTION HERO
|
||||
- CHECKIN HERO
|
||||
|
||||
- name: guest_product_display_order
|
||||
data_type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue