Deleted an extra line

This commit is contained in:
Joaquin Ossa 2024-08-01 16:18:25 +02:00
parent 02ddac3167
commit a82ab121f1

View file

@ -8,8 +8,7 @@ with
select * from {{ ref("int_core__duplicate_bookings") }}
),
int_core__unified_user as (select * from {{ ref("int_core__unified_user") }}),
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_rates") }}),
stg_core__country as (select * from {{ ref("stg_core__country") }}),
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_rates") }})
select
b.id_booking,
b.id_user_guest,