Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | Specifies the authentication scheme that the provider uses to connect to Databricks. |
| Server | Specifies the host name of your Databricks workspace or SQL warehouse endpoint. |
| ProtocolVersion | Specifies the protocol version used by the provider when authenticating and exchanging data with Databricks. |
| Database | Specifies the name of the database in Databricks that the provider uses for the connection. |
| HTTPPath | Specifies the HTTP path for the compute resource in Databricks that the provider connects to. |
| Token | Specifies the personal access token used by the provider to authenticate to Databricks. |