You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Is your feature request related to a problem? Please describe.
Per their docs, Neptune supports use of multiple labels for a single vertex in Gremlin data, via the :: syntax.
The Gremlin graph visualizer does not currently recognize or provide any special processing for multi-labels included in query results.
Describe the solution you'd like
The Gremlin visualizer options --display-property and --group-by-property should be able to factor in multi-label vertexes when matching on a single label value.
For example, if a %%gremlin query returns the multi-label vertex:
Community Note
Is your feature request related to a problem? Please describe.
Per their docs, Neptune supports use of multiple labels for a single vertex in Gremlin data, via the
::
syntax.The Gremlin graph visualizer does not currently recognize or provide any special processing for multi-labels included in query results.
Describe the solution you'd like
The Gremlin visualizer options
--display-property
and--group-by-property
should be able to factor in multi-label vertexes when matching on a single label value.For example, if a
%%gremlin
query returns the multi-label vertex:Users should be able to pass the following to
--display-property
:And get "a_vertex" as the displayed value on the same vertex in the visualized graph.
The text was updated successfully, but these errors were encountered: