Fixed model that wasn't mapping correctly

This commit is contained in:
Joaquin Ossa 2024-09-10 12:09:16 +02:00
parent d5151e2e90
commit 91296fa91c
2 changed files with 5 additions and 4 deletions

View file

@ -21,7 +21,7 @@ with
stg_core__edeposit_user as (
select
{{ adapter.quote("Id") }} as id,
{{ user_mapping_case }} as id_user_partner,
lower({{ adapter.quote("UserId") }}) as id_user_partner,
-- this shitty thing right here is all because the currency is currently
-- set up as a free text.
-- they expect to fix this on the next update of E-deposit