-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to Delete Records from CosmosDB #18734
Comments
May i know the status on this? |
@harikapampatti Thanks for reporting the issue, We are investigating it now and will update you soon! |
@sajeetharan - Any update on this issue? |
@harikapampatti We are trying to replicate the Issue, can you provide more details in order to replicate this on our side. While we are looking at it, can you also try to delete the items sequentially without doing an iteration? |
Hey @harikapampatti just reaching out again to ask if you were able to delete the items the way sajeetharan suggested? Can you also provide more details so that we can reproduce the issue and work on a fix, thank you in advance. |
DataBox API version upgrade to 2022-02-01 (Azure#18734) * Change operationIds and descriptions for doc generation * Initial commit - copy files from previous version * Changes for v2022-02-01 * Remove unnecessary changes * Revert minor change * Update readme.python.md `readme.python` has used track2 by default, so it no longer needs `track2` tag. Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>
@harikapampatti please reopen if needed. Issue stale. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Hi Team,
Iam using @azure/cosmosdb to perform bulk delete also iam handling thorttling but still it is not delteting the records.
Below is the code.
In the above code iam passing the id and partitionKey key to delete the records but if i push 100 records to operations every time its deleting 42 records only and skipping remaining records.
Could anyone please help me to resolve the issue
The text was updated successfully, but these errors were encountered: