Skip to content

Commit 194a234

Browse files
committed
added python to SOS
1 parent 281c96d commit 194a234

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

python/example_code/neptune/database/NeptuneGremlinExplainAndProfileExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from botocore.config import Config
66
from botocore.exceptions import BotoCoreError, ClientError
77

8+
# snippet-start:[neptune.python.data.query.gremlin.profile.main]
89
"""
910
Running this example.
1011
@@ -81,3 +82,4 @@ def run_profile_query(neptune_client):
8182

8283
if __name__ == "__main__":
8384
main()
85+
# snippet-end:[neptune.python.data.query.gremlin.profile.main]

python/example_code/neptune/database/OpenCypherExplainExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def execute_opencypher_explain_query(neptune_client):
7474

7575
if __name__ == "__main__":
7676
main()
77-
# snippet-end: [neptune.python.data.query.opencypher.main]
77+
# snippet-end:[neptune.python.data.query.opencypher.main]

0 commit comments

Comments
 (0)