Skip to content

Commit 9a948eb

Browse files
committed
nit
1 parent 601b08e commit 9a948eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/auth/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_effective_azure_login_app_id(hostname) -> str:
6666
return app_id
6767

6868
# default databricks resource id
69-
return AzureAppId.PROD.value
69+
return AzureAppId.PROD.value[1]
7070

7171

7272
def get_azure_tenant_id_from_host(host: str, http_client=None) -> str:

0 commit comments

Comments
 (0)