Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Unable to read edges from Cosmos DB #466

@mihirrane-wb

Description

@mihirrane-wb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions