a lot of changes
This commit is contained in:
parent
5101a2a45e
commit
df61682d90
9 changed files with 88 additions and 29 deletions
12
models/reporting/core/core__bookings.sql
Normal file
12
models/reporting/core/core__bookings.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
with int_core__bookings as (select * from {{ ref("int_core__bookings") }})
|
||||
|
||||
select
|
||||
b.id_booking,
|
||||
b.id_user_guest,
|
||||
b.id_user_host,
|
||||
b.id_accommodation,
|
||||
b.is_duplicate_booking,
|
||||
b.booking_fee_local,
|
||||
b.booking_fee_charge_at_utc,
|
||||
b.booking_fee_charge_date_utc
|
||||
from int_core__bookings b
|
||||
Loading…
Add table
Add a link
Reference in a new issue