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 b431c7e commit 6c88ad2Copy full SHA for 6c88ad2
graphdatascience/query_runner/aura_db_arrow_query_runner.py
@@ -87,6 +87,7 @@ def close(self) -> None:
87
self._fallback_query_runner.close()
88
89
def _get_or_request_auth_pair(self) -> Tuple[str, str]:
90
+ self._client.authenticate_basic_token(self._auth[0], self._auth[1])
91
return (self._auth_pair_middleware.token(), self._auth_pair_middleware.endpoint())
92
93
0 commit comments