0

I have a huge Azure Synapse project with visual integration pipelines. How can I see in which other pipelines a selected pipeline is called/triggered - how can I find the callers?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
user3579222
  • 1,103
  • 11
  • 28
  • In synapse pipeline, Select the pipeline. Click **properties** in that pipeline. And then select **Related**. Pipelines which depends on the selected pipeline will be listed. – Aswin Jan 10 '23 at 07:06

1 Answers1

1

Azure Synapse: Show where Integration Pipeline is called

  • In synapse pipeline, Select the pipeline.
  • Click properties in that pipeline.
  • And then select Related.
  • Pipelines which depends on the selected pipeline will be listed.

enter image description here

Aswin
  • 4,090
  • 2
  • 4
  • 16