Skip to content

Edge queries no longer visualize #35

@ericfe-google

Description

@ericfe-google

Repro:

%%spanner_graph --project google.com:ericfe-test --instance test-instance --database example-db

GRAPH FinGraph
MATCH
(account_1:Account)-[transfer:Transfers]-(account_2:Account)
RETURN
TO_JSON(transfer) AS c1

Expected: edges are visible as lines in the visualizer
Actual: only tabular view is visible.

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