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

@ -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,