Error During JSON Data Upload to Cosmos Gremlin – Gremlin Query Execution Error: Cannot add a vertex where the partition key property has value ‘null’
I am trying to upload a JSON file to Azure Cosmos DB – Gremlin API. I created a partition key (PK) as /LOCATIONSTATE in Cosmos DB which is one of the tags in JSON. Below is the python script I am using to load the data. I have rechecked twice and there are no null values in the JSON data for PK. How can I fix this error?