Merged PR 5424: Bump int_core__check_in_cover_users version
# Description This PR bumps the `latest_version` value of `int_core__check_in_cover_users` from `1` to `2`, effectively moving the project to the new logic of CIH users. # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [NA] 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: #30165
This commit is contained in:
commit
dd17dff93a
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@ models:
|
|||
description: Timestamp of when the accommodation record was extracted from the backend into the DWH.
|
||||
|
||||
- name: int_core__check_in_cover_users
|
||||
latest_version: 1
|
||||
latest_version: 2
|
||||
|
||||
description:
|
||||
This model contains information about hosts that offer check in cover.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue