fix(dataprep): log batch labeling exceptions to ingestion_log
The _llm_suggest_labels 'except Exception: pass' silently swallowed batch call failures (timeouts, connection errors). Now routes to _write_ingestion_log for visibility. Single-line fix.
The _llm_suggest_labels 'except Exception: pass' silently swallowed batch call failures (timeouts, connection errors). Now routes to _write_ingestion_log for visibility. Single-line fix.