Follow-up from "Draft: Process one record at a time in Bulk Import pipelines"
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
The following discussion from !52330 (merged) should be addressed:
-
@georgekoltsov started a discussion: (+3 comments) Have to add safe navigation operator here due to return of
nil
when exception occurs (which we rescue and track inrun_pipeline_step
). I had another idea of returning 'emptyExtractedData
response object' when this happens but since we rescue inrun_pipeline_step
which is used in transformation and loading, we can't return emptyExtractedData
object there.
Edited by 🤖 GitLab Bot 🤖