Fixed model that wasn't mapping correctly
This commit is contained in:
parent
d5151e2e90
commit
91296fa91c
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue