Merged PR 4215: Fixes
# Description Small PR to fix stuff # Checklist - [ ] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] 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. Fixes Related work items: #27096
This commit is contained in:
parent
4ed59ffd15
commit
6dcfe03b30
2 changed files with 11 additions and 9 deletions
|
|
@ -1817,6 +1817,7 @@ models:
|
|||
- CancellationApi
|
||||
- ScreenAndProtectApi
|
||||
- ResolutionApi
|
||||
- StayDisruptApi
|
||||
|
||||
data_tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
|
|
@ -1850,6 +1851,7 @@ models:
|
|||
- CancellationApi
|
||||
- ScreenAndProtectApi
|
||||
- ResolutionApi
|
||||
- StayDisruptApi
|
||||
|
||||
- name: int_core__user_host
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue