duplicate athena verifications
This commit is contained in:
parent
67b8e1263d
commit
30c73b1ab9
3 changed files with 61 additions and 14 deletions
|
|
@ -1,14 +1,14 @@
|
|||
with
|
||||
int_edeposit__guesty_verifications as (
|
||||
select * from {{ ref("int_athena__guesty_verifications") }}
|
||||
int_athena__verifications_with_fees as (
|
||||
select * from {{ ref("int_athena__verifications_with_fees") }}
|
||||
)
|
||||
|
||||
select
|
||||
gv.id_verification as id_verification,
|
||||
gv.id_booking as id_booking,
|
||||
gv.verification_status as verification_status,
|
||||
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
|
||||
avf.id_verification as id_verification,
|
||||
avf.id_booking as id_booking,
|
||||
avf.verification_status as verification_status,
|
||||
avf.is_cancelled as is_cancelled,
|
||||
avf.ok_status_fee_in_gbp as ok_status_fee_in_gbp,
|
||||
avf.created_date_utc as created_date_utc,
|
||||
avf.checkout_date_utc as checkout_date_utc
|
||||
from int_athena__verifications_with_fees avf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue