Changed to updated_at_utc
This commit is contained in:
parent
b63401dcf7
commit
f044e1b534
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ with
|
|||
select
|
||||
*,
|
||||
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
|
||||
from {{ ref("int_core__bookings") }}
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue