Add another model
This commit is contained in:
parent
4fe6956dc8
commit
a8d94ded61
4 changed files with 43 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ select
|
|||
updateddate as updated_date_utc,
|
||||
verifieddate as verified_date_utc,
|
||||
flagasproblem as flag_as_problem,
|
||||
superhoguserid as id_superhoguser,
|
||||
cast(superhoguserid as uuid) as id_superhoguser,
|
||||
numberofproperties as number_of_properties,
|
||||
superhogverifiedsetid as id_superhog_verified_set,
|
||||
platformcommsrecipient as platform_comms_recipient,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
with raw_user as (select * from {{ source("core", "user") }})
|
||||
select
|
||||
"Id" as id_user,
|
||||
cast("Id" as uuid) as id_user,
|
||||
code as user_code,
|
||||
"Name" as name,
|
||||
email as email,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue