trigger a lot of runs

This commit is contained in:
Pablo Martin 2025-03-24 14:59:06 +01:00
parent 18173f7ffd
commit 5b6f0a6bc4

View file

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