Is it possible to hide certain nodes & inputs from the DAG visualization using the jupyter magic? e.g. by using tags or something similar?
I'm also thinking of an idea to have levels of display, like in logging. mainly INFO, DEBUG.
with INFO I can see the main logical parts of the DAG and can also explain how it works to colleagues.
with DEBUG i can see the actual/full DAG.
I noticed that I usually need to see "INFO" version, and only rarely go over the full DAG.
What do you think?