Removed unnecessary join

This commit is contained in:
Joaquin Ossa 2024-11-06 16:27:19 +01:00
parent f33bc3a2ca
commit 678caa35d7

View file

@ -64,9 +64,6 @@ from {{ ref("int_core__verification_payments", version=2) }} as icvp
left join
{{ ref("int_core__verification_requests") }} as icvr
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
{{ ref("stg_core__verification") }} as icv
on icv.id_verification_request = icvr.id_verification_request