Merged PR 3100: Fixes exposures. Fixes accepted roles

# Description

PR to fix dbt test on user_role, by just adding the new API role "CancellationApi"

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

Related work items: #22627
This commit is contained in:
Oriol Roqué Paniagua 2024-10-09 08:21:13 +00:00 committed by Pablo Martín
commit a26665512f

View file

@ -2332,6 +2332,7 @@ models:
- ScreeningAPI
- PropertyVerificationManager
- CheckInHeroApi
- CancellationApi
tests:
- dbt_utils.unique_combination_of_columns:
@ -2362,6 +2363,7 @@ models:
- ScreeningApi
- PropertyVerificationManager
- CheckInHeroApi
- CancellationApi
- name: int_core__user_host
description: |