jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

Identity stitching not updating traits in single table layout

Open ardabeyazoglu opened this issue 1 year ago • 0 comments

Summary

jitsu.identify(123456, {email: "[email protected]", mobile: "5556668877"); adds identify events to clickhouse destination, and properly add user_id and context_traits_email, however; only user_id is updated on previous anonymous records. Isn't it more correct to update traits as well ? This is especially important when user_id is not used (or set to null), because we need to query by traits rather than user_id.

System configuration and versions

Latest jitsu 2.8.2

Artifacts (logs, etc)

ardabeyazoglu avatar Oct 08 '24 10:10 ardabeyazoglu