Merged PR 2885: update int_core__guest_satisfaction_responses to version 2 of verification_pa...
# Description update int_core__guest_satisfaction_responses to version 2 of verification_payments # 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. Related work items: #20044
This commit is contained in:
commit
17f7b11a79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
with
|
||||
int_core__verification_payments as (
|
||||
select * from {{ ref("int_core__verification_payments") }}
|
||||
select * from {{ ref("int_core__verification_payments", version=2) }}
|
||||
),
|
||||
stg_core__guest_satisfaction_responses as (
|
||||
select * from {{ ref("stg_core__guest_satisfaction_responses") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue