Azure

Figuring out the Depend of Actions inside a Pipeline in Synapse

Drawback Assertion

As of Feb 05, 2022; there’s a limitation in Synapse whereby a consumer can add solely 40 actions inside a pipeline, and in case if the variety of actions inside a pipeline exceeds 40, the consumer will get the beneath error.

So how can one get the depend of actions inside an present pipeline?

Conditions

  1. Synapse
  2. Powershell

Answer 

1. Open Powershell in admin mode and import the Azure SDK modules by executing the beneath instructions.

Import-Module Az.Accounts
Import-Module Az.Synapse

2. Set up the customized module by executing the beneath command.

Set up-Module -Title AzSynapseActivities

3. Now the surroundings is ready for us to execute the instructions to fetch the pipeline particulars.

Output Outcomes 

1. Total Synapse output

Pipelines

2. Particular Pipeline output

Activities

This is able to keep away from manually counting the variety of actions inside any pipelines.

Know extra about our firm at Skrots. Know extra about our companies at Skrots Providers, Additionally checkout all different blogs at Weblog at Skrots

Show More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button