-
Notifications
You must be signed in to change notification settings - Fork 198
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 view query plans directly in the UI #301
[UI] Add ability to view query plans directly in the UI #301
Conversation
… the moment, as calling the d3.graphviz function fails due to the selector not being able to fetch the right node.
Thanks @onthebridgetonowhere! I will take a look this weekend and see if I can help. |
@onthebridgetonowhere Maybe this helps? https://www.anycodings.com/1questions/3439897/getting-error-thisnode-is-null-using-react I will try this out too later today |
I tried this:
This seemed to get farther but then failed with a wasm validation error - failed to match magic number. |
…stead of a large button in a new column
I made it work! 🎆 I found the There are a few tradeoffs though, which we need to consider:
@andygrove let me know what you think, and thanks for your previous help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic! I just tested this out locally. Thanks @onthebridgetonowhere
Add support for viewing the graph in the browser.
Which issue does this PR close?
Closes #275 .
Rationale for this change
Explained in the issue linked above.
What changes are included in this PR?
Adds the possibility of viewing the diagram generated from the DOT file
Are there any user-facing changes?
Yes, another button is added in the UI's scheduler actions list