Azure / azure-cosmosdb-bulkexecutor-dotnet-getting-started

Bulk Executor Utility for Azure Cosmos DB .NET SQL API
MIT License
66 stars 41 forks source link

Bulk Insert does ignore Unique index constraint violation errors #61

Open rababued opened 5 years ago

rababued commented 5 years ago

Hi,

We are attempting to import terabytes of data from our SQL Shards to Cosmos DB. We have set Unique Keys on two properties and this causing a "Unique index constraint violation error" to be thrown which is expected.
Is there a property/setting on the bulk executor library to ignore this or handle it gracefully and continue?