datafusion-ballista icon indicating copy to clipboard operation
datafusion-ballista copied to clipboard

[UI] Add ability to render query plans

Open andygrove opened this issue 3 years ago • 0 comments

Is your feature request related to a problem or challenge? Please describe what you are trying to do. I can currently download query plans in dot format from the scheduler REST API and then use graphviz to transform them into images. I would like to be able to view them directly in the UI as well.

Describe the solution you'd like Perhaps https://github.com/magjac/d3-graphviz will help

Describe alternatives you've considered None

Additional context None

andygrove avatar Sep 25 '22 15:09 andygrove