File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Available configuration fields are as follows:
8080| Server Hostname | Databricks Server Hostname (without http). i.e. ` XXX.cloud.databricks.com ` |
8181| Server Port | Databricks Server Port (default ` 443 ` ) |
8282| HTTP Path | HTTP Path value for the existing cluster or SQL warehouse. i.e. ` sql/1.0/endpoints/XXX ` |
83- | Authentication Method | PAT (Personal Access Token), M2M (Machine to Machine) OAuth or OAuth2 Client Credentials Authentication |
83+ | Authentication Method | PAT (Personal Access Token), M2M (Machine to Machine) OAuth, OAuth2 Client Credentials Authentication or Azure Entra Pass Thru |
8484| Client ID | Databricks Service Principal Client ID. (only if OAuth / OAuth2 is chosen as Auth Method) |
8585| Client Secret | Databricks Service Principal Client Secret. (only if OAuth / OAuth2 is chosen as Auth Method) |
8686| Access Token | Personal Access Token for Databricks. (only if PAT is chosen as Auth Method) |
@@ -113,7 +113,7 @@ datasources:
113113 hostname : XXX.cloud.databricks.com
114114 httpPath : sql/1.0/endpoints/XXX
115115 port : 443
116- authenticationMethod : dsn (=PAT) | m2m | oauth2_client_credentials
116+ authenticationMethod : dsn (=PAT) | m2m | oauth2_client_credentials | azure_entra_pass_thru
117117 clientId : ...
118118 externalCredentialsUrl : ...
119119 oauthScopes : api,read
You can’t perform that action at this time.
0 commit comments