You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
bulk delete with partition key is not working , same query passed to bulk delete returns records in azure query editor.
The text was updated successfully, but these errors were encountered: