Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

skip duplicated row but vResponse .NumberOfDocumentsImported not capture correctly #75

Open
avijit1804 opened this issue Jul 15, 2021 · 0 comments

Comments

@avijit1804
Copy link

Testing config -
NumberOfDocumentsToImport - 10

For testing we pass duplicated id for one vertex .
Now Cosmos db inserted 9 rows and skip one duplicate row .

But vResponse .NumberOfDocumentsImported =10 which is should 9 instead 10
vResponse.BadInputDocuments.Count should 1 but not

Call BulkImportAsync API
vResponse = await graphbulkExecutor.BulkImportAsync( Utils.GenerateVerticesData(numberOfDocumentsToGenerate), enableUpsert: true , disableAutomaticIdGeneration: false, maxConcurrencyPerPartitionKeyRange: null, maxInMemorySortingBatchSize: null, cancellationToken: token);;

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

No branches or pull requests

1 participant