andygrove opened a new issue, #276: URL: https://github.com/apache/arrow-ballista/issues/276
**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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
