update int_core__guest_satisfaction_responses to version 2 of verification_payments
This commit is contained in:
parent
4bafeba787
commit
2dd4f66189
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
with
|
with
|
||||||
int_core__verification_payments as (
|
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 (
|
stg_core__guest_satisfaction_responses as (
|
||||||
select * from {{ ref("stg_core__guest_satisfaction_responses") }}
|
select * from {{ ref("stg_core__guest_satisfaction_responses") }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue