Skip to content
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 read edges from Cosmos DB #466

Open
mihirrane-wb opened this issue Dec 21, 2021 · 0 comments
Open

Unable to read edges from Cosmos DB #466

mihirrane-wb opened this issue Dec 21, 2021 · 0 comments

Comments

@mihirrane-wb
Copy link

I used the code provided to write the data into Cosmos DB. I had written vertices with different labels into Cosmos DB
cosmosDbVertices.write.format(cosmosDbFormat).mode("append").options(**cosmosDbConfig).save() cosmosDbEdges.write.format(cosmosDbFormat).mode("append").options(**cosmosDbConfig).save()
I was successful in doing so using the Cosmos OLTP library. I can see the vertices and edges in Cosmos DB when I checked using the Azure Portal.The problem arises when I try to read - I can only see these columns
id:string
label:string
element:struct
id:string
_value:string
I am not getting columns _isEdge, _sink and _vertexId.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant