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 601b08e commit 9a948ebCopy full SHA for 9a948eb
src/databricks/sql/auth/common.py
@@ -66,7 +66,7 @@ def get_effective_azure_login_app_id(hostname) -> str:
66
return app_id
67
68
# default databricks resource id
69
- return AzureAppId.PROD.value
+ return AzureAppId.PROD.value[1]
70
71
72
def get_azure_tenant_id_from_host(host: str, http_client=None) -> str:
0 commit comments