DataSourceParametersDatabricks

data class DataSourceParametersDatabricks(val host: String, val port: Int, val sqlEndpointPath: String)

Constructors

Link copied to clipboard
constructor(host: String, port: Int, sqlEndpointPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host name of the Databricks data source.

Link copied to clipboard
val port: Int

The port for the Databricks data source.

Link copied to clipboard

The HTTP path of the Databricks data source.