Merged PR 3752: Adds new PROTECTED accepted value for new pricing services

# Description

Adds Protected accepted value - linked to new services after New Dash v3 launch

# Checklist

- [NA] The edited models and dependants run properly with production data.
- [NA] The edited models are sufficiently documented.
- [X] The edited models contain PK tests, and I've ran and passed them.
- [NA] I have checked for DRY opportunities with other models and docs.
- [NA] I've picked the right materialization for the affected models.

# Other

- [ ] Check if a full-refresh is required after this PR is merged.

Adds new PROTECTED accepted value for new pricing services
This commit is contained in:
Oriol Roqué Paniagua 2024-12-03 13:36:24 +00:00
parent c5b7d919c5
commit 62e1b6ea3b

View file

@ -1062,6 +1062,7 @@ models:
- not_null
- accepted_values:
values:
- "PROTECTED"
- "NOFLAGS"
- "REJECTED"
- "FLAGGED"