Is your feature request related to a problem?
The "Run pipeline" code lens is meant to run a pipeline for its side effects. Currently, however, all statements are executed (unless they have no effect whatsoever).
Desired solution
Compute the backward slice for any statement in the pipeline with side effects and combine them. Run only those statements.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response