Closed TheSmartMonkey closed 2 weeks ago
Hi @TheSmartMonkey , please try the latest release v0.2.14
that has the requested feature.
I have not implemented the keyboard shortcut for this feature as of now as it will be something that I think will be used scarcely. But can review this decision in future. Please let me know if it works for you :)
Hey @ashish10alex this is great man ! The only thing that could be improved from what I see is when I do a search by tag pretty mush all the time I want the full pipeline and not upstream / downstream
Currently :
Full pipeline :
This is the example of a simple pipeline but when I have assertions I could have a lot of dependencies and clicking on each nodes to display the full pipeline could be painful
For your select "all" option in tags dropdown issue I didn't look at your code but you can maybe display "all" in the frontend but in the backend do a match to some kind of tag with a unique id
Hi @TheSmartMonkey ,
Please update to the latest version v0.2.17
. I have added two buttons expand all
and collapse all
which should easily let you expand the tree. However for seeing the entire graph, I am largely limited by the library I am using. Although I have been able to make some changes to the library by add colours for different datasets. Changing it to show the whole graph is a non-trivial change.
The current implementation servers most use cases for me, e.g. seeing the dependents and dependencies of a node easily, identify sources associated with the nodes and traversing to the file where source is defined by clicking on it.
However, there is definitely scope for improvement, so please feel free to submit a PR :)
Summary
Be able to search by tags in Dataform dependancy graph
Motivation
See the full pipeline, useful when you have a lot of pipelines
Detailed Description
In dataform google ui
Add an option to search by tags
Expected Behavior