Merged PR 3653: Adds new role ResolutionApi in accepted values of int_core__user_role

# Description

Adds new role `ResolutionApi` in accepted values of `int_core__user_role`

# 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.
- [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.
This commit is contained in:
Oriol Roqué Paniagua 2024-11-26 09:12:09 +00:00
parent 28114d645e
commit b108730903

View file

@ -1690,11 +1690,12 @@ models:
- Guest
- Admin
- KnowYourGuest
- ScreeningAPI
- ScreeningApi
- PropertyVerificationManager
- CheckInHeroApi
- CancellationApi
- ScreenAndProtectAPI
- ScreenAndProtectApi
- ResolutionApi
tests:
- dbt_utils.unique_combination_of_columns:
@ -1727,6 +1728,7 @@ models:
- CheckInHeroApi
- CancellationApi
- ScreenAndProtectApi
- ResolutionApi
- name: int_core__user_host
description: |