foundry-platform-python/docs/v2/Connectivity/models/CreateConnectionRequestData...

16 lines
772 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CreateConnectionRequestDatabricksConnectionConfiguration
CreateConnectionRequestDatabricksConnectionConfiguration
## Properties
| Name | Type | Required | Description |
| ------------ | ------------- | ------------- | ------------- |
**host_name** | str | Yes | The hostname of the Databricks workspace. |
**http_path** | str | Yes | The Databricks compute resources HTTP Path value. |
**jdbc_properties** | JdbcProperties | Yes | |
**authentication** | CreateConnectionRequestDatabricksAuthenticationMode | Yes | The method of authentication to use. |
**type** | Literal["databricks"] | Yes | None |
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)