relax test that didn't make sense, revert wrong solution to issue from this morning
This commit is contained in:
parent
2a5c82f62b
commit
efe3f50a37
2 changed files with 2 additions and 4 deletions
|
|
@ -131,7 +131,7 @@ with
|
||||||
= vrtgp.id_verification_request_to_guest_product
|
= vrtgp.id_verification_request_to_guest_product
|
||||||
left join
|
left join
|
||||||
int_core__guest_products gp on vrtgp.id_guest_product = gp.id_guest_product
|
int_core__guest_products gp on vrtgp.id_guest_product = gp.id_guest_product
|
||||||
inner join
|
left join
|
||||||
stg_core__verification_request vr
|
stg_core__verification_request vr
|
||||||
on vrtgp.id_verification_request = vr.id_verification_request
|
on vrtgp.id_verification_request = vr.id_verification_request
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -5579,9 +5579,7 @@ models:
|
||||||
description: |
|
description: |
|
||||||
Unique identifier of the Guest linked to the Verification
|
Unique identifier of the Guest linked to the Verification
|
||||||
Request that has a payment.
|
Request that has a payment.
|
||||||
It cannot be null.
|
It can be null if the guest has not yet logged into Truvi at all.
|
||||||
data_tests:
|
|
||||||
- not_null
|
|
||||||
|
|
||||||
- name: id_verification_request
|
- name: id_verification_request
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue