Follow-up from "Draft: Process one record at a time in Bulk Import pipelines"
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=299988) </details> <!--IssueSummary end--> The following discussion from !52330 should be addressed: - [ ] @georgekoltsov started a [discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52330#note_493432067): (+3 comments) > Have to add safe navigation operator here due to return of `nil` when exception occurs (which we rescue and track in `run_pipeline_step`). I had another idea of returning 'empty `ExtractedData` response object' when this happens but since we rescue in `run_pipeline_step` which is used in transformation and loading, we can't return empty `ExtractedData` object there.
issue