Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tracked by #265
andygrove opened this issue Sep 25, 2022 · 0 comments · Fixed by #279
Closed
Tracked by #265

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

andygrove opened this issue Sep 25, 2022 · 0 comments · Fixed by #279
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

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 (#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 andygrove added the enhancement New feature or request label Sep 25, 2022
@andygrove andygrove changed the title [UI} Add ability to download query plans in dot format [UI] Add ability to download query plans in dot format Sep 25, 2022
@andygrove andygrove mentioned this issue Sep 25, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant