removed testing filter
This commit is contained in:
parent
d8cf15be4a
commit
dbd2f44795
1 changed files with 0 additions and 1 deletions
|
|
@ -37,4 +37,3 @@ select
|
||||||
from stg_core__booking b
|
from stg_core__booking b
|
||||||
left join stg_core__booking_state bs on b.id_booking_state = bs.id_booking_state
|
left join stg_core__booking_state bs on b.id_booking_state = bs.id_booking_state
|
||||||
left join int_core__duplicate_bookings as db on b.id_booking = db.id_booking
|
left join int_core__duplicate_bookings as db on b.id_booking = db.id_booking
|
||||||
where b.updated_at_utc > '2024-01-01' and db.is_duplicate_booking is true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue