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

Remove an array item of object type with RemoveUpdateOperation #47

Open andremaree opened 5 years ago

andremaree commented 5 years ago

I see that it does work when the array is of a simple type like int eg: [0,1,2], but I am not able to make it work for an array of complex type like object or [{"key":"value"}].

Is it possible to remove a complex type like object or [{"key":"value"}] in an array using RemoveUpdateOperation?

LongBrandon commented 5 years ago

I am also having this problem. Have you found a solution yet? I am close to changing to a stored procedure.

andremaree commented 5 years ago

No solution yet, too many issues with BulkExecutor so I am going to park the possibility of using Cosmos until BulkExecutor start working properly, I am not sure how it can be so buggy but is already out as a prod version.