Open pramod-khalkar opened 6 years ago
I import the data from https://www.ncdc.noaa.gov to a Cosmos DB & test bulk delete by defining a store proc in Cosmos DB. But the execution does not delete any data. I specified the following parms to bulkDeleteSproc.js String: Flood <--- part key /event_type string: select * from c The deletion completed without deleting any rows: { "deleted": 0, "continuation": false }
Could you please fix the links in the README file re. BulkDelete:
https://github.com/Azure/azure-cosmosdb-js-server/blob/master/samples/README.md
bulk delete with partition key is not working , same query passed to bulk delete returns records in azure query editor.