-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to hide Datasets in Graph View #41003
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
I may take a stab at a PR when I have some time, but wanting to track my thoughts with this issue. |
I think we should also have an option to hide the DAGs too (the other way around). cc @bbovenzi sicne I think there’s some planned improvements on the view for 3.0. |
Yeah, both graphs can have a lot more parameters. Some thoughts: DAG graph view:
Datasets Dependency Graph
|
Description
If we have a lot of datasets generated by tasks in a DAG, it can clutter up the Graph view, where sometimes we just want to see the relations between the actual tasks.
Is it possible to add an option (either some kind of toggle in webserver UI and/or an environment variable) that can allow us to hide all the datasets in the Graph view?
Use case/motivation
The hope is that we allow users the ability to reduce clutter in their Graph view when trying to debug/trace lineage of tasks, when many dataset blocks are present.
Related issues
I don't think so, but would be very happy to close this if there already is one!
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: