I have a ADF pipeline which has a for each loop, which loops through 40 tables and it is taking an hour to finish it, I want to change it to run parallel and see if there is an improvement.
But when the pipeline is run in debug mode (since it is in git model and not live mode), it runs only sequentially. How do I test the parallel execution without publishing into live mode?
To publish into Live mode, we need to merge into a master branch which I am trying to avoid.