Skip to content

Commit 3f7d476

Browse files
committed
nit
1 parent bf5c565 commit 3f7d476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/databricks/sql/auth/auth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def get_client_id_and_redirect_port(use_azure_auth: bool):
8080

8181

8282
def get_python_sql_connector_auth_provider(hostname: str, **kwargs):
83+
# TODO : unify all the auth mechanisms with the Python SDK
84+
8385
auth_type = kwargs.get("auth_type")
8486
(client_id, redirect_port_range) = get_client_id_and_redirect_port(
8587
auth_type == AuthType.AZURE_OAUTH.value

0 commit comments

Comments
 (0)