diff --git a/models/staging/core/stg_core__user.sql b/models/staging/core/stg_core__user.sql index 56a06cf..32a46b5 100644 --- a/models/staging/core/stg_core__user.sql +++ b/models/staging/core/stg_core__user.sql @@ -4,6 +4,7 @@ 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,