etl icon indicating copy to clipboard operation
etl copied to clipboard

Add "debug to" alternative

Open jakubklimek opened this issue 1 year ago • 0 comments

Now, "debug to" executes all components up to the selected one, including the selected one. However, in cases where a failing component has many inputs, it might be beneficial to have a possibility to compute the whole pipeline up to the component, but not actually running the component, so that the component can be debugged safely based on already having all the inputs computed in a previous, correctly finished execution.

jakubklimek avatar Jun 01 '23 13:06 jakubklimek