remove silly test changes

This commit is contained in:
Pablo Martin 2025-03-24 16:32:38 +01:00
parent ddc38ef513
commit 5008cb1082
2 changed files with 0 additions and 3 deletions

View file

@ -15,8 +15,6 @@ with
where v.version = 'V1' and v.id_booking is not null
)
select
1 as lol,
2 as lolol,
v.id_verification,
v.id_booking,
v.verification_status,

View file

@ -4,7 +4,6 @@ with
raw_user as (select * from {{ source("core", "User") }}),
stg_core__user as (
select
1 as lol,
{{ adapter.quote("Id") }} as id_user,
{{ adapter.quote("AccountTypeId") }} as id_account_type,
lower({{ adapter.quote("CreatedUserId") }}) as id_created_user,