Skip to content

Commit 67eb503

Browse files
committed
Use session credentials for GdsArrowClient
1 parent ead1729 commit 67eb503

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graphdatascience/session/aura_graph_data_science.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ def __init__(
6363
self._db_query_runner.set_database("neo4j")
6464

6565
arrow_client = GdsArrowClient.create(
66-
gds_query_runner, aura_db_connection_info.auth(), self._db_query_runner.encrypted()
66+
gds_neo4j_query_runner,
67+
gds_session_connection_info.auth(),
68+
gds_neo4j_query_runner.encrypted(),
69+
arrow_disable_server_verification,
70+
arrow_tls_root_certs,
6771
)
6872
self._query_runner = AuraDbQueryRunner(
6973
gds_query_runner, self._db_query_runner, arrow_client, self._db_query_runner.encrypted()

0 commit comments

Comments
 (0)