fixed call

This commit is contained in:
Joaquin Ossa 2025-02-13 14:53:44 +01:00
parent 03bbf54e14
commit 68c21458c2

View file

@ -37,7 +37,7 @@ with
partition by id_booking, service_name
order by service_detail_updated_at_utc desc -- Prioritize the most recent date
) as row_num
from expanded
from expanded_booking_services
),
unnested_booking_services as (
select id_booking, service_name, service_status