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: |
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
packages:
|
||||
- package: dbt-labs/codegen
|
||||
version: 0.12.1
|
||||
- package: calogica/dbt_expectations
|
||||
version: 0.9.0
|
||||
- package: dbt-labs/dbt_utils
|
||||
version: 1.1.1
|
||||
- package: calogica/dbt_date
|
||||
version: 0.8.1
|
||||
sha1_hash: 0d8e1bf7188f14d46813097c65818e3f96237266
|
||||
- package: dbt-labs/codegen
|
||||
version: 0.12.1
|
||||
- package: calogica/dbt_expectations
|
||||
version: 0.9.0
|
||||
- package: dbt-labs/dbt_utils
|
||||
version: 1.2.0
|
||||
- package: calogica/dbt_date
|
||||
version: 0.8.1
|
||||
sha1_hash: ceec21d8037429db57330b6f23cfdc761bbb7698
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue