trigger a lot of runs
This commit is contained in:
parent
18173f7ffd
commit
5b6f0a6bc4
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ with
|
||||||
raw_user as (select * from {{ source("core", "User") }}),
|
raw_user as (select * from {{ source("core", "User") }}),
|
||||||
stg_core__user as (
|
stg_core__user as (
|
||||||
select
|
select
|
||||||
|
1 as lol,
|
||||||
{{ adapter.quote("Id") }} as id_user,
|
{{ adapter.quote("Id") }} as id_user,
|
||||||
{{ adapter.quote("AccountTypeId") }} as id_account_type,
|
{{ adapter.quote("AccountTypeId") }} as id_account_type,
|
||||||
lower({{ adapter.quote("CreatedUserId") }}) as id_created_user,
|
lower({{ adapter.quote("CreatedUserId") }}) as id_created_user,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue