I have the below table in CosmosDB. I want to update the Salary property in the first entity. When I tried to update the salary property in the first entity, the complete entity is being replaced instead of updating the salary property. Could someone let me know how to update an property in a entity in CosmosDB table API. Answer
Tag: azure-cosmosdb
How to run a python script on Azure for CSV file analysis
I have a python script on my local machine that reads a CSV file and outputs some metrics. The end goal is to create a web interface where the user uploads the CSV file and the metrics are displayed, while all being hosted on Azure. I want to use a VM on Azure to run this python script. The script
How do i use GraphSON v2 instead of v3?
i am trying to run a piece of code in python which uses Cosmos DB from Microsoft Azure. I am currently using gremlinpython 3.2.6 and the latest version of Cosmos (default on microsoft azure) but there seems to be some compatibility issues between the two. When i run my code i get the following error; I have read that I