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") }})
|
stg_core__superhog_user as (select * from {{ ref("stg_core__superhog_user") }})
|
||||||
select
|
select
|
||||||
id_user,
|
id_user,
|
||||||
|
id_account_type,
|
||||||
|
id_billing_country,
|
||||||
id_account_currency,
|
id_account_currency,
|
||||||
user_code,
|
user_code,
|
||||||
first_name,
|
first_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue