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 bf5c565 commit 3f7d476Copy full SHA for 3f7d476
src/databricks/sql/auth/auth.py
@@ -80,6 +80,8 @@ def get_client_id_and_redirect_port(use_azure_auth: bool):
80
81
82
def get_python_sql_connector_auth_provider(hostname: str, **kwargs):
83
+ # TODO : unify all the auth mechanisms with the Python SDK
84
+
85
auth_type = kwargs.get("auth_type")
86
(client_id, redirect_port_range) = get_client_id_and_redirect_port(
87
auth_type == AuthType.AZURE_OAUTH.value
0 commit comments