Bulk Upsert is not working #17054
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
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,
I need to update one of the attribute in cosmosdb.
So iam fetching all the records from db and updating the property and using bulk executor to update the records.
but records are not getting updated in cosmosdb and there are no errors.
Below is my code
In the above code iam fetching the records and setting the property to "00"
Above code is to update the records but the records are not getting updated.
Please help me to resolve this asas.
The text was updated successfully, but these errors were encountered: