Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bulkDelete #36

Open
pramod-khalkar opened this issue Oct 15, 2018 · 2 comments
Open

bulkDelete #36

pramod-khalkar opened this issue Oct 15, 2018 · 2 comments

Comments

@pramod-khalkar
Copy link

bulk delete with partition key is not working , same query passed to bulk delete returns records in azure query editor.

@ikflc
Copy link

ikflc commented Jul 10, 2019

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
}

@davidsenouf
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants