Skip to content

Edges not inserting (Gremlin API) #7

@Legolash2o

Description

@Legolash2o

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [x] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Use the sample code with a Cosmos Gremlin API to try and import the nodes and edges. Edges will not import.

List<IGremlinElement> gremlinElements = new List<IGremlinElement>(); gremlinElements.AddRange(GenerateVertices(100)); gremlinElements.AddRange(GenerateEdges(100)); BulkOperationResponse bulkOperationResponse = await cosmos.BulkImportAsync( gremlinElements: gremlinElements, enableUpsert: true);

Any log messages given by the failure

None. 0 failures

Expected/desired behavior

Import edges

OS and Version?

Windows 11 .NET Standard 2.1 / .NET 6

Versions

Latest (v3.35)

I have a new Cosmos Database with a the partition key as "pk". I have copied the sample code 'as-is' within the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions