Merged PR 2988: Added new role

# Description

Added new role to 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.
- [ ] 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.

Added new role
This commit is contained in:
Joaquin Ossa 2024-09-27 08:01:41 +00:00
commit c6e14adad5

View file

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