Right now the pipeline loads all the data of dependency stages. However, it would be much better if this worked in a lazy manner, i.e. only loading stuff when it is actually needed. We can even print warnings if stages are requested that are never used.
Right now the pipeline loads all the data of dependency stages. However, it would be much better if this worked in a lazy manner, i.e. only loading stuff when it is actually needed. We can even print warnings if stages are requested that are never used.