a lot of changes

This commit is contained in:
Pablo Martin 2024-04-04 16:33:08 +02:00
parent 5101a2a45e
commit df61682d90
9 changed files with 88 additions and 29 deletions

View 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