Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edges not inserting (Gremlin API) #7

Open
Legolash2o opened this issue Jun 25, 2023 · 0 comments
Open

Edges not inserting (Gremlin API) #7

Legolash2o opened this issue Jun 25, 2023 · 0 comments

Comments

@Legolash2o
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant