Skip to content

Commit

Permalink
Add openCypher seed datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin committed Nov 18, 2023
1 parent c357870 commit 4228993
Show file tree
Hide file tree
Showing 5 changed files with 61,523 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/graph_notebook/magics/graph_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,8 @@ def on_button_clicked(b=None):
progress.close()
return
else: # gremlin and cypher
if fullfile_query: # treat entire file content as one query
# treat entire file content as one query
if fullfile_query or (source_dropdown.value == 'samples' and 'full' in q['name']):
if seeding_language == 'opencypher':
query_status = process_cypher_query_line(q['content'], 0, q)
else:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
"""
Loading

0 comments on commit 4228993

Please sign in to comment.