propagate id account currency

This commit is contained in:
Pablo Martin 2024-05-23 17:50:08 +02:00
parent 5588444943
commit 69f11c5d4a

View file

@ -3,6 +3,7 @@ with
stg_core__superhog_user as (select * from {{ ref("stg_core__superhog_user") }})
select
id_user,
id_account_currency,
user_code,
first_name,
last_name,