Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
Few questions related to pipeline concurrency:
Thank you,
Yevgeny
Solved! Go to Solution.
Hi @YevgenyM,
To my knoweldge there's no way to set this by default.
What you can do is use the REST APIs to do this programatically. I don't have a script for you, but this would be the general approach:
1: get a pipeline definition: Items - Get Data Pipeline Definition - REST API (DataPipeline) | Microsoft Learn
2: decode the payload so it is readable
3: edit the readable payload to set the concurrency
4: re-encode the payload,
5: update the pipeline definition: Items - Update Data Pipeline Definition - REST API (DataPipeline) | Microsoft Learn
Proud to be a Super User! | |
It helped me solve the issue, but the it is not a complete solution.
A complete solution would include a script - I built a script that did it.
Hello @YevgenyM, it's seems easier to be done via git. Concurrency is just one of the pipeline's parameter. by default resides right after "activities": [] but the order doesn't matter.
Hi @YevgenyM , Thank you for reaching out to the Microsoft Community Forum.
We find the answer shared by @tayloramy is appropriate. Can you please confirm if the solution worked for you. It will help others with similar issues find the answer easily.
Thank you @tayloramy for your valuable response.
It helped me solve the issue, but the it is not a complete solution.
A complete solution would include a script - I built a script that did it.
Hi @YevgenyM , Thanks for the update. We are very happy to know that your issue is solved. Can you please share the solution here, as it may help others with similar issues understand it. If you have any other queries, please feel free to create a new post here in the community. We are always happy to help.
Hi @YevgenyM,
To my knoweldge there's no way to set this by default.
What you can do is use the REST APIs to do this programatically. I don't have a script for you, but this would be the general approach:
1: get a pipeline definition: Items - Get Data Pipeline Definition - REST API (DataPipeline) | Microsoft Learn
2: decode the payload so it is readable
3: edit the readable payload to set the concurrency
4: re-encode the payload,
5: update the pipeline definition: Items - Update Data Pipeline Definition - REST API (DataPipeline) | Microsoft Learn
Proud to be a Super User! | |
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |