Unable to use next() in gremlin-python
Hi, has anyone tried to use gremlin-python with janusgraph 1.0.0? It seems that there is a bug that makes next() unusable.
Here is an example of how to reproduce the issue:
This generates a
Using
Any thoughts?
Here is an example of how to reproduce the issue:
This generates a
KeyError:Using
g.addV('vertex').property('name', 'v1').iterate() instead of next() works fine.Any thoughts?
Solution
This is my config https://github.com/Citegraph/citegraph/blob/main/backend/src/main/resources/gremlin-server-cql.yaml. I just tested python driver and java driver and they both worked well.