Hi all i’m using primary_key field in my custom ta...
# troubleshooting
p
Hi all i’m using primary_key field in my custom tap with two fields like
primary_keys = ["UserId", "customer_id"]
but
customer_id
field comes from
stream_map
where it’s taken from env and for some reason it does not work it overwrites records by
UserId
j
From my experience it usually is caused by the target that you are using. If you send me it I can take a look if it supports multiple PKs.
p
ohhhh i see, haven’t thought about it i thought it’s handled somwhere in between 🙃 we’re using elastic target but it’s also custom made
oh just found that it uses only first item from list
thank you @josue_sehnem !
j
good 😄