update int_core__guest_satisfaction_responses to version 2 of verification_payments

This commit is contained in:
Joaquin Ossa 2024-09-17 17:12:46 +02:00
parent 4bafeba787
commit 2dd4f66189

View file

@ -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") }}