An Azure service for ingesting, preparing, and transforming data at scale.
Can you please specify what and in which context you mean by parallelism?
- Pipeline parallelism
You can set up concurrency level at a pipeline to ensure concurrent session of the same pipeline.
In case if not set, there can be parallel executions of the same pipeline if triggered simultaneously.
The impact of that would depend on the dataflow within the pipeline and would differ from design to design
- for loop parallelism
There is for each loop activity and you can ensure that it is either sequential execution if the sequence is dependant or parallel is the looping is independant