Currently I'm building a job that involves multiples of parallel jobs in. Each parallel job loads data into database. If it fails halfway through, the parallel jobs before that will have already been inserted into database. Is there any ways to roll back all the parallel jobs data if it fails halfway? Thank you.
No that is not the concept from a DataStage or ETL perspective.
Some thoughts on that: