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
Hi team, I have followed the following link https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-java.html to create a sample application. This works fine. But when I add one traversal to add a vertex it fails saying the {"requestId":"xyz","code":"ConstraintViolationException","detailedMessage":"Vertex with id already exists: "} even though the id is not ingested. The traversal that I have added is -
Hi team, I have followed the following link https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-java.html to create a sample application. This works fine. But when I add one traversal to add a vertex it fails saying the
{"requestId":"xyz","code":"ConstraintViolationException","detailedMessage":"Vertex with id already exists: "}
even though the id is not ingested. The traversal that I have added is -What is surprising the same query runs from the gremlin console and does not complain about vertex already ingested.
Is there something in the query that must be changed for it to run from the code ?
The text was updated successfully, but these errors were encountered: