relax test that didn't make sense, revert wrong solution to issue from this morning

This commit is contained in:
Pablo Martin 2025-06-12 17:56:24 +02:00
parent 2a5c82f62b
commit efe3f50a37
2 changed files with 2 additions and 4 deletions

View file

@ -131,7 +131,7 @@ with
= vrtgp.id_verification_request_to_guest_product
left join
int_core__guest_products gp on vrtgp.id_guest_product = gp.id_guest_product
inner join
left join
stg_core__verification_request vr
on vrtgp.id_verification_request = vr.id_verification_request
)

View file

@ -5579,9 +5579,7 @@ models:
description: |
Unique identifier of the Guest linked to the Verification
Request that has a payment.
It cannot be null.
data_tests:
- not_null
It can be null if the guest has not yet logged into Truvi at all.
- name: id_verification_request
data_type: bigint