Changed check-in date to created date
This commit is contained in:
parent
ce27d7e843
commit
b63401dcf7
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ with
|
||||||
select
|
select
|
||||||
*,
|
*,
|
||||||
row_number() over (
|
row_number() over (
|
||||||
partition by id_verification_request order by check_in_date_utc asc
|
partition by id_verification_request order by created_date_utc asc
|
||||||
) as rn
|
) as rn
|
||||||
from {{ ref("int_core__bookings") }}
|
from {{ ref("int_core__bookings") }}
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue