Changed to updated_at_utc

This commit is contained in:
Joaquin Ossa 2024-11-19 09:23:28 +01:00
parent b63401dcf7
commit f044e1b534

View file

@ -11,7 +11,7 @@ with
select select
*, *,
row_number() over ( row_number() over (
partition by id_verification_request order by created_date_utc asc partition by id_verification_request order by updated_at_utc asc
) as rn ) as rn
from {{ ref("int_core__bookings") }} from {{ ref("int_core__bookings") }}
), ),