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

[UI] Add ability to download query plans in dot format

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 would like to be able to download query plans in dot format from the UI so I don't have to manually make API calls.

Note that eventually we will want to support rendering the query plans directly in the UI (https://github.com/apache/arrow-ballista/issues/275) but this feature will be useful even when we have that.

Describe the solution you'd like The scheduler UI shows a list of jobs and there is a "download" icon already. I would like to click on this icon to download the query plan in dot format, by making an API call to /api/job/{job_id}/dot.

Describe alternatives you've considered None

Additional context None

andygrove avatar Sep 25 '22 15:09 andygrove