Ability to delete a single pipeline execution without deleting the whole pipeline
Mayuresh Kshirsagar
Right now, the only way to remove data from a specific pipeline execution is to delete the entire pipeline, which takes all execution history with it. There's no way to target just one run
This comes up when something accidental ends up in an execution's logs or inputs/outputs, like a value that wasn't marked as a secret and so wasn't masked. It'd be great to have a way to delete a single execution's data on demand, without having to sacrifice the rest of the pipeline's history to do it