Skip to content

Commit

Permalink
Merge pull request #59 from wey-gu/fix_schema_draw
Browse files Browse the repository at this point in the history
fix: schema drawing fix when data is dirty
  • Loading branch information
wey-gu committed May 22, 2024
2 parents 42c6488 + fc1b6c8 commit f8968a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ngql/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
rel_query_sample_edge = Template(
"""
MATCH ()-[e:`{{ edge_type }}`]->()
RETURN [src(e), dst(e)] AS sample_edge LIMIT 1
RETURN [src(e), dst(e)] AS sample_edge LIMIT 10
"""
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="jupyter_nebulagraph",
version="0.12.2",
version="0.12.3",
author="Wey Gu",
author_email="weyl.gu@gmail.com",
description="Jupyter extension for NebulaGraph",
Expand Down
2 changes: 1 addition & 1 deletion setup_ipython.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ipython-ngql",
version="0.12.2",
version="0.12.3",
author="Wey Gu",
author_email="weyl.gu@gmail.com",
description="Jupyter extension for NebulaGraph",
Expand Down

0 comments on commit f8968a2

Please sign in to comment.