Changed staging to intermediate
This commit is contained in:
parent
4d5af3ba21
commit
a837760382
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ select
|
||||||
coalesce(pt.has_fee_payment, false) as has_fee_payment
|
coalesce(pt.has_fee_payment, false) as has_fee_payment
|
||||||
from staging.stg_core__guest_satisfaction_responses gss
|
from staging.stg_core__guest_satisfaction_responses gss
|
||||||
left join
|
left join
|
||||||
staging.int_core__verification_requests vr
|
intermediate.int_core__verification_requests vr
|
||||||
on vr.id_verification_request = gss.id_verification_request
|
on vr.id_verification_request = gss.id_verification_request
|
||||||
left join
|
left join
|
||||||
staging.stg_core__verification v
|
staging.stg_core__verification v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue