Files
superset2/superset/charts
Rafael BenitezandClaude Opus 4.6 d15f781803 fix(chart): add error logging to /api/v1/chart/data endpoint
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>
2026-03-19 12:06:56 -03:00
..