Figuring out the Depend of Actions inside a Pipeline in Synapse

Harsh Bakshi
2 min readFeb 8, 2024

--

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.

DataSharkX

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


Know more about our company at Skrots. Know more about our services at Skrots Services, Also checkout all other blogs at Blog at Skrots

Thanks, Harsh
Founder | CEO — Skrots

Learn more about our blog at Blog at Skrots. Checkout our list of services on Skrots. Give a look at our website design at Skrots . Checkout our LinkedIn Page at LinkedIn.com. Check out our original post at https://blog.skrots.com/identifying-the-count-of-activities-within-a-pipeline-in-synapse/?feed_id=4014&_unique_id=65c520aa4dbb6

--

--

No responses yet