mirror of
https://github.com/apache/superset.git
synced 2026-05-24 09:15:19 +00:00
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>