diff --git a/models/intermediate/core/int_core__unified_user.sql b/models/intermediate/core/int_core__unified_user.sql index 313ef65..7c475e5 100644 --- a/models/intermediate/core/int_core__unified_user.sql +++ b/models/intermediate/core/int_core__unified_user.sql @@ -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,