missing filter to avoid new vrs appearing in the old cte
This commit is contained in:
parent
61ceda5234
commit
47c51dd18d
1 changed files with 4 additions and 1 deletions
|
|
@ -122,7 +122,10 @@ with
|
||||||
-- 15 is Check-in cover.
|
-- 15 is Check-in cover.
|
||||||
-- Adding this condition results in only keeping guest journeys that offered the
|
-- Adding this condition results in only keeping guest journeys that offered the
|
||||||
-- check-in cover
|
-- 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 (
|
post_feature_flag_verification_requests as (
|
||||||
select
|
select
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue