guesty_verifications to reporting
This commit is contained in:
parent
435db55c1e
commit
8a49580888
2 changed files with 66 additions and 0 deletions
13
models/reporting/edeposit/edeposit__guesty_verifications.sql
Normal file
13
models/reporting/edeposit/edeposit__guesty_verifications.sql
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
with
|
||||
int_edeposit__guesty_verifications as (
|
||||
select * from {{ ref("int_edeposit__guesty_verifications") }}
|
||||
)
|
||||
|
||||
select
|
||||
gv.id_verification as id_verification,
|
||||
gv.id_booking as id_booking,
|
||||
gv.is_cancelled as is_cancelled,
|
||||
gv.ok_status_fee_in_gbp as ok_status_fee_in_gbp,
|
||||
gv.created_date_utc as created_date_utc,
|
||||
gv.checkout_date_utc as checkout_date_utc
|
||||
from int_edeposit__guesty_verifications gv
|
||||
Loading…
Add table
Add a link
Reference in a new issue