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:
Oriol Roqué Paniagua 2025-01-29 12:46:53 +00:00
parent 4ed59ffd15
commit 6dcfe03b30
2 changed files with 11 additions and 9 deletions

View file

@ -1817,6 +1817,7 @@ models:
- CancellationApi - CancellationApi
- ScreenAndProtectApi - ScreenAndProtectApi
- ResolutionApi - ResolutionApi
- StayDisruptApi
data_tests: data_tests:
- dbt_utils.unique_combination_of_columns: - dbt_utils.unique_combination_of_columns:
@ -1850,6 +1851,7 @@ models:
- CancellationApi - CancellationApi
- ScreenAndProtectApi - ScreenAndProtectApi
- ResolutionApi - ResolutionApi
- StayDisruptApi
- name: int_core__user_host - name: int_core__user_host
description: | description: |

View file

@ -1,10 +1,10 @@
packages: packages:
- package: dbt-labs/codegen - package: dbt-labs/codegen
version: 0.12.1 version: 0.12.1
- package: calogica/dbt_expectations - package: calogica/dbt_expectations
version: 0.9.0 version: 0.9.0
- package: dbt-labs/dbt_utils - package: dbt-labs/dbt_utils
version: 1.1.1 version: 1.2.0
- package: calogica/dbt_date - package: calogica/dbt_date
version: 0.8.1 version: 0.8.1
sha1_hash: 0d8e1bf7188f14d46813097c65818e3f96237266 sha1_hash: ceec21d8037429db57330b6f23cfdc761bbb7698