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

[BUG] Incorrect Path pattern blocks graph tab #30

Open
bechbd opened this issue Nov 19, 2020 · 0 comments
Open

[BUG] Incorrect Path pattern blocks graph tab #30

bechbd opened this issue Nov 19, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bechbd
Copy link
Contributor

bechbd commented Nov 19, 2020

Describe the bug
When using the Neptune workbench to visualize queries if an incorrect path pattern is specified such as:

-p v,outv,inv

The results are shown but the graph tab is not available. This looks like the error is being silently swallowed by Jupyter. We should provide some sort of notification to the end user that the path pattern is wrong and then possibly ignore it when displaying the graph.

On closer investigation this appears to only be an issue when you include the edges in the path. If you change the traversal above to g.V().outE().inV().path() the Graph tab is not appearing for me

@bechbd bechbd added the bug Something isn't working label Nov 19, 2020
@bechbd bechbd changed the title [BUG] Summarize the issue in a few words here [BUG] Incorrect Path pattern blocks graph tab Nov 19, 2020
@michaelnchin michaelnchin moved this to Low priority in Graph Notebook Planning Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Low priority
Development

No branches or pull requests

2 participants