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:
commit
a26665512f
1 changed files with 2 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue