Deleted an extra line
This commit is contained in:
parent
02ddac3167
commit
a82ab121f1
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ with
|
||||||
select * from {{ ref("int_core__duplicate_bookings") }}
|
select * from {{ ref("int_core__duplicate_bookings") }}
|
||||||
),
|
),
|
||||||
int_core__unified_user as (select * from {{ ref("int_core__unified_user") }}),
|
int_core__unified_user as (select * from {{ ref("int_core__unified_user") }}),
|
||||||
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_rates") }}),
|
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_rates") }})
|
||||||
stg_core__country as (select * from {{ ref("stg_core__country") }}),
|
|
||||||
select
|
select
|
||||||
b.id_booking,
|
b.id_booking,
|
||||||
b.id_user_guest,
|
b.id_user_guest,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue