Skip to content

Commit 6c88ad2

Browse files
Return removed authentication call
1 parent b431c7e commit 6c88ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphdatascience/query_runner/aura_db_arrow_query_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def close(self) -> None:
8787
self._fallback_query_runner.close()
8888

8989
def _get_or_request_auth_pair(self) -> Tuple[str, str]:
90+
self._client.authenticate_basic_token(self._auth[0], self._auth[1])
9091
return (self._auth_pair_middleware.token(), self._auth_pair_middleware.endpoint())
9192

9293

0 commit comments

Comments
 (0)