remove silly test changes
This commit is contained in:
parent
ddc38ef513
commit
5008cb1082
2 changed files with 0 additions and 3 deletions
|
|
@ -15,8 +15,6 @@ with
|
||||||
where v.version = 'V1' and v.id_booking is not null
|
where v.version = 'V1' and v.id_booking is not null
|
||||||
)
|
)
|
||||||
select
|
select
|
||||||
1 as lol,
|
|
||||||
2 as lolol,
|
|
||||||
v.id_verification,
|
v.id_verification,
|
||||||
v.id_booking,
|
v.id_booking,
|
||||||
v.verification_status,
|
v.verification_status,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ 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