Merged PR 2029: Guest Journey - start date based on used link

Added verification estimated started at/date utc.
Ensured continuity for existing reports

I also noticed I missed one propagation of the end date, it's fixed here.

Note: changed the naming from 'start' to 'started' since we already had 'completed' and 'used_link'

Related work items: #17268
This commit is contained in:
Oriol Roqué Paniagua 2024-06-13 14:53:58 +00:00
parent 7914d7d8d7
commit 4f6728003a
4 changed files with 13 additions and 14 deletions

View file

@ -22,8 +22,8 @@ select
guest_phone_number as guest_phone_number,
telephone_code as telephone_code,
guest_phone_number_2 as guest_phone_number_2,
verification_start_at_utc as verification_start_at_utc,
verification_start_date_utc as verification_start_date_utc,
verification_estimated_started_at_utc as verification_start_at_utc,
verification_estimated_started_date_utc as verification_start_date_utc,
verification_estimated_completed_at_utc as verification_end_at_utc,
verification_estimated_completed_date_utc as verification_end_date_utc,
link_used_at_utc as link_used_at_utc,