final reporting model
This commit is contained in:
parent
429d0ad679
commit
a83cb7f100
1 changed files with 23 additions and 0 deletions
23
models/reporting/core/core__vr_check_in_cover.sql
Normal file
23
models/reporting/core/core__vr_check_in_cover.sql
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
with core__vr_check_in_cover as (select * from {{ ref("int_core__vr_check_in_cover") }})
|
||||
select
|
||||
id_verification_request as id_verification_request,
|
||||
uuid_verification_request as uuid_verification_request,
|
||||
id_user_guest as id_user_guest,
|
||||
id_user_host as id_user_host,
|
||||
is_verification_request_complete as is_verification_request_complete,
|
||||
guest_email as guest_email,
|
||||
last_name as last_name,
|
||||
first_name as first_name,
|
||||
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_end_at_utc as verification_end_at_utc,
|
||||
verification_end_date_utc as verification_end_date_utc,
|
||||
amount_in_txn_currency as amount_in_txn_currency,
|
||||
currency as currency,
|
||||
amount_in_gbp as amount_in_gbp,
|
||||
payment_status as payment_status,
|
||||
payment_paid_date_utc as payment_paid_date_utc
|
||||
from core__vr_check_in_cover
|
||||
Loading…
Add table
Add a link
Reference in a new issue