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 5152f7c commit f99dd18Copy full SHA for f99dd18
src/graph_notebook/neptune/client.py
@@ -393,7 +393,7 @@ def get_opencypher_driver(self):
393
url = f'bolt://{self.host}:{self.port}'
394
395
if self.is_neptune_domain():
396
- if self._session:
+ if self._session and self.iam_enabled:
397
# check engine version via status API to determine if we need the OC endpoint path
398
status_res = self.status()
399
status_res.raise_for_status()
0 commit comments