Files
superset2/scripts
Claude Code 73a042ed5c fix(i18n): validate parse_response JSON is a dict before .items()
A non-object JSON response (list, scalar, null) would raise AttributeError
from .items(). _process_batches only catches (ValueError, RuntimeError),
so the crash would abort the entire run instead of being handled per-batch.
Surface the type error as ValueError so it's caught gracefully.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 08:52:54 -07:00
..