missing filter to avoid new vrs appearing in the old cte

This commit is contained in:
Pablo Martin 2025-06-10 16:35:16 +02:00
parent 61ceda5234
commit 47c51dd18d

View file

@ -122,7 +122,10 @@ with
-- 15 is Check-in cover.
-- Adding this condition results in only keeping guest journeys that offered the
-- check-in cover
where vstvt.id_verification_type = 15
where
vstvt.id_verification_type = 15
and vr.link_used_at_utc
< {{ var("guest_products_feature_flag_activation_timestamp") }}
),
post_feature_flag_verification_requests as (
select