You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It always annoys me that I can't collapse and expand non-modular pipelines.
Context
I usually like to add a static image view to the README.md of my Kedro projects to give the users some basic context of the flow of the project. The standard view showing all nodes and datasets is too much information especially in large, complex projects.
Possible Implementation
Add functionality to collapse or expand non-modular pipelines.
Possible Alternatives
A possible workaround is to wrap pipelines in a modular pipeline but this seems overly cumbersome and error prone.
Checklist
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Hi there! The ability to collapse/expand modular pipelines stems from their parent/child nature. I'm uncertain how this functionality would apply to non-modular pipelines. Do you have any examples?
Recently, we implemented stateful URLs, enabling users to share/save URLs that preserve a filtered state of large pipelines by filtering through tags or node types. Would this feature address your needs?
A possible workaround is to wrap pipelines in a modular pipeline but this seems overly cumbersome and error prone.
Hi @bpmeek, would you want to describe a bit more your struggles with nested pipelines through namespaces? (Refraining from calling them "modular pipelines" given that we're sorting out our terminology)
Also, how do you imagine you could collapse pipelines?
Description
It always annoys me that I can't collapse and expand non-modular pipelines.
Context
I usually like to add a static image view to the
README.md
of my Kedro projects to give the users some basic context of the flow of the project. The standard view showing all nodes and datasets is too much information especially in large, complex projects.Possible Implementation
Add functionality to collapse or expand non-modular pipelines.
Possible Alternatives
A possible workaround is to wrap pipelines in a modular pipeline but this seems overly cumbersome and error prone.
Checklist
The text was updated successfully, but these errors were encountered: