Reputation: 158
We have a pipeline on Azure Data Factory that runs more than one time per day.
Every pipeline run has different parameters.
When we need to see the pipeline runs status on Pipeline runs report, we can filter pipeline runs by time range, pipeline name, runs, and status.
Our question is can we filter pipeline runs by parameters that passed to the pipeline?
Upvotes: 1
Views: 1667
Reputation: 5034
Natively you cannot filter pipeline runs by pipeline parameters, you can just list them as one of the columns in the report.
Meanwhile you can use Triggered By to filter pipeline runs based on Trigger Parameters.
By default some are not listed, you can edit columns to see them.
Add column or select:
Filter based on different parameters you have created. Have shown one as an example
Upvotes: 1