mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
Add error-level logging to all failure paths in the chart data API to help diagnose intermittent 400 BAD REQUEST failures during CSV exports. Previously, JSON parsing errors were silently swallowed by contextlib.suppress and validation/query errors returned 400 without any logging, making it impossible to identify which failure path was hit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>