Forum Discussion

psrihitha's avatar
psrihitha
Frequent Visitor
1 month ago
Solved

Download cypher results

how do i download the results after running a cypher query on fabric graph
  • v-sathmakuri's avatar
    v-sathmakuri
    1 month ago

    Hi psrihitha ,

     

    Could you please check below :

     

    1. Make sure the label used in your query exactly matches the node type defined in the Graph model (labels are case-sensitive). Try listing the available node types or inspect the Graph model in the Fabric UI to confirm the label name.
    2. Does the identical Cypher/GQL query return results in the Fabric Graph Query Editor? If it fails there as well, the issue is likely with the query or label rather than the REST API.
    3. Although the service principal has Graph permissions, verify that it also has access to the underlying Graph model and its secured node types.The error specifically mentions security configuration enforcement, which can occur if the identity is restricted from accessing certain node labels.
    4. If the query works in the UI but fails through the REST API using the service principal, it may indicate a permission difference between your user identity and the service principal.

    Thanks!!

  • v-sathmakuri's avatar
    v-sathmakuri
    1 month ago

    Hi psrihitha ,

     

    If the query works only after granting Admin access, it indicates a permission issue. You can try granting only the minimum required permissions instead of Admin.

     

    Thanks!!