Skip to content

Commit

Permalink
Merge pull request #657 from FlorentinD/push-based-proj-auth-problem
Browse files Browse the repository at this point in the history
Use session credentials for GdsArrowClient
  • Loading branch information
FlorentinD authored Jun 6, 2024
2 parents ead1729 + 67eb503 commit 972680d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion graphdatascience/session/aura_graph_data_science.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ def __init__(
self._db_query_runner.set_database("neo4j")

arrow_client = GdsArrowClient.create(
gds_query_runner, aura_db_connection_info.auth(), self._db_query_runner.encrypted()
gds_neo4j_query_runner,
gds_session_connection_info.auth(),
gds_neo4j_query_runner.encrypted(),
arrow_disable_server_verification,
arrow_tls_root_certs,
)
self._query_runner = AuraDbQueryRunner(
gds_query_runner, self._db_query_runner, arrow_client, self._db_query_runner.encrypted()
Expand Down

0 comments on commit 972680d

Please sign in to comment.