09-07-2022 06:17 AM
I have a pipeline, say PipelineB, which is called by PipelineA somewhere, but what the actual name of PipelineA is, is not known. How can I determine objects that depend on a pipeline?
09-07-2022 06:22 AM
@vincenr When you say that PipelineB is called - do you mean as a child pipeline (via Pipeline Execute) or by it’s Triggered Task URL (via REST Get)?
09-14-2022 07:28 AM
as a child pipeline
09-14-2022 07:43 AM
You could use the Dashboard search feature and supply the name of the known child pipeline name and see what pipelines have called it - note that you may need to update the time (1hr, 8hr, 24hr) or date range to ensure you will find the executions that called it. You may also want to set the Invocation Type to “Nested” (i.e. child pipelines called by Pipeline Execute snap) to improve the performance of retrieving the execution statistics if you have a large date range.