add id account type to int model
This commit is contained in:
parent
69f11c5d4a
commit
322fcb8eb0
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ with
|
|||
stg_core__superhog_user as (select * from {{ ref("stg_core__superhog_user") }})
|
||||
select
|
||||
id_user,
|
||||
id_account_type,
|
||||
id_billing_country,
|
||||
id_account_currency,
|
||||
user_code,
|
||||
first_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue