Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now

Reply
YevgenyM
Advocate II
Advocate II

set concurrency=1 for all pipelines

Hi,


Few questions related to pipeline concurrency:

  1. Is there an option to set "concurrency": 1 for all pipelines in a workspace via API perhaps?
    • Does anyone has a script for that?
  2. Is there an option to set "concurrency": 1 by default for all new pipelines within a workspace?

 

Thank you,

Yevgeny

2 ACCEPTED SOLUTIONS
tayloramy
Super User
Super User

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

 

 

 





If you found this helpful, consider giving some Kudos.
If I answered your question or solved your problem, mark this post as the solution!

Proud to be a Super User!





View solution in original post

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.

View solution in original post

4 REPLIES 4
v-hashadapu
Community Support
Community Support

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.

 

tayloramy
Super User
Super User

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

 

 

 





If you found this helpful, consider giving some Kudos.
If I answered your question or solved your problem, mark this post as the solution!

Proud to be a Super User!





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Fabric Update Carousel

Fabric Monthly Update - February 2026

Check out the February 2026 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.