Drop all edges on AWS Neptune using pythongremlin
问题 I'm using gremlinpython version 3.3.2 and AWS NEPTUNE. I try to drop all the edges (tried the vertices too) and it fails everytime. g.E().drop().iterate() Gives me: gremlin_python.driver.protocol.GremlinServerError: 597: Exception processing a script on request [RequestMessage{, requestId=ae49cbb7-e034-4e56-ac76-b62310f753c2, op='bytecode', processor='traversal', args={gremlin=[[], [V(), drop()]], aliases={g=g}}}]. Did anyone already successfuly remove all vertices/edges of a graph in AWS