"Solo" pipeline step

Similar to how DAW’s for audio mixing have a “solo” button for only listening to a particular track-

It would be great to have a pipeline step-level “solo: true”, for automatically skipping every non-solo’d step.

  • Usecase: There are many times where I’m developing a new pipeline step / test, and I have to comment out all of the other steps in my pipeline while doing this. This would reduce that burden to just adding a solo: true.
  • Behavior: If “solo: true” is present on any step in a pipeline, all steps not containing solo: true are skipped.

Hey @jbrower95 Welcome to the community.

Thanks for reaching out!

We don’t have that functionality and it’s not on our roadmap. But something similar we have is skip step in our documentation.

Hope this helps!
Cheers