We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3900a9 commit 6cc7fe2Copy full SHA for 6cc7fe2
doc/modules/ROOT/pages/tutorials/gds-sessions.adoc
@@ -83,7 +83,7 @@ delete the session ourselves.
83
84
[source, python, role=no-test]
85
----
86
-from graphdatascience.session import AlgorithmCategory, DbmsConnectionInfo
+from graphdatascience.session import AlgorithmCategory
87
88
# Estimate the memory needed for the GDS session
89
memory = sessions.estimate(
@@ -97,6 +97,8 @@ memory = sessions.estimate(
97
98
from datetime import timedelta
99
100
+from graphdatascience.session import DbmsConnectionInfo
101
+
102
# Identify the AuraDB instance
103
db_connection = DbmsConnectionInfo(
104
uri=os.environ["AURA_DB_ADDRESS"], username=os.environ["AURA_DB_USER"], password=os.environ["AURA_DB_PW"]
0 commit comments