-
[OPIK-5370] [BE] fix: preserve source column in trace bulk update (#5992)
发布于
2026-03-31 11:01:43 +00:00 The BULK_UPDATE query was missing
sourcefrom its INSERT column list.
When updating traces (e.g., adding tags), the new row gotsource=unknown
(ClickHouse DEFAULT). After merge, the newer row won, overwriting the
original source value. This caused traces to disappear from source-filtered
views after any bulk update operation.Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件