The configuration needed to connect to a Databricks external system. Refer to the official Databricks documentation for more information on how to obtain connection details for your system.
| Name | Type | Required | Description |
|---|---|---|---|
| host_name | str | Yes | The hostname of the Databricks workspace. |
| http_path | str | Yes | The Databricks compute resource’s HTTP Path value. |
| authentication | DatabricksAuthenticationMode | Yes | The method of authentication to use. |
| jdbc_properties | JdbcProperties | Yes | |
| type | Literal["databricks"] | Yes | None |