You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
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);;
The text was updated successfully, but these errors were encountered: