Gremlinq / ExRam.Gremlinq

A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot add a vertex where the partition key property has value 'null'.

DocGreenRob opened this issue · comments

Describe the bug
Unable to run the sample app after cloning. I get an error that says something about a partition.

Expected behavior
I expected the sample application to work properly.

Version information
(whatever is in the sample application as of today)

Additional context
I created a new Graph DB, and a Graph. I named the partition key "pk". I then updated the value of the PartitionKey property of the Vertex class, and still no luck. I created another Graph db w/o a partition key and still this gave the same error.

Thanks, that was it!