adding number of days to complete verification

This commit is contained in:
Joaquin Ossa 2025-02-05 15:31:42 +01:00
parent 961c4e6fdd
commit 083976b6f6
4 changed files with 15 additions and 0 deletions

View file

@ -29,6 +29,7 @@ select
verification_estimated_started_date_utc as verification_estimated_started_date_utc,
verification_estimated_completed_date_utc
as verification_estimated_completed_date_utc,
days_complete_verification as days_complete_verification,
link_used_date_utc as link_used_date_utc,
verification_request_booking_source as verification_request_booking_source,
chose_deposit as chose_deposit,

View file

@ -1527,6 +1527,10 @@ models:
data_type: date
description: "The estimated date on which the guest finished the guest journey."
- name: days_complete_verification
data_type: numeric
description: "Number of days it took to complete the verification."
- name: link_used_date_utc
data_type: date
description: "The date on which the guest used the link for the verification."