mirror of
https://github.com/apache/superset.git
synced 2026-09-01 13:01:33 +00:00
Resolve conflicts in getClientErrorObject.ts/test.ts by keeping master's getFirstValidationError fix (landed independently as #43631, which subsumes this branch's frontend fix). Address PR review comments by also wrapping the backend ValidationError message in a list in commands/dataset/update.py so the 422 response keeps its documented `{field: [msg]}` shape even for LazyString messages.