Removed unnecessary join
This commit is contained in:
parent
f33bc3a2ca
commit
678caa35d7
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ from {{ ref("int_core__verification_payments", version=2) }} as icvp
|
||||||
left join
|
left join
|
||||||
{{ ref("int_core__verification_requests") }} as icvr
|
{{ ref("int_core__verification_requests") }} as icvr
|
||||||
on icvp.id_verification_request = icvr.id_verification_request
|
on icvp.id_verification_request = icvr.id_verification_request
|
||||||
left join
|
|
||||||
{{ ref("int_core__bookings") }} as icb
|
|
||||||
on icb.id_verification_request = icvr.id_verification_request
|
|
||||||
left join
|
left join
|
||||||
{{ ref("stg_core__verification") }} as icv
|
{{ ref("stg_core__verification") }} as icv
|
||||||
on icv.id_verification_request = icvr.id_verification_request
|
on icv.id_verification_request = icvr.id_verification_request
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue