linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
144 stars 30 forks source link

Add "debug to" alternative #968

Open jakubklimek opened 1 year ago

jakubklimek commented 1 year ago

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.