From 5b6f0a6bc4a4a35f111f6e6f3861737cf2a7d913 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 24 Mar 2025 14:59:06 +0100 Subject: [PATCH] trigger a lot of runs --- models/staging/core/stg_core__user.sql | 1 + 1 file changed, 1 insertion(+) 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,