vij wrote:In the same job, I want this target as a source and load another dataset.
Is it not possible to do it in a single job?
No. "Blocking" operations such as this are specifically prohibited in parallel jobs, as they prevent pipeline parallelism from occurring.