add id account type to int model

This commit is contained in:
Pablo Martin 2024-05-23 17:51:04 +02:00
parent 69f11c5d4a
commit 322fcb8eb0

View file

@ -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,