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?
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?