Values_1.DatabricksParametersSourceThe parameters that are required to connect to a Databricks data source.
type nonrec t = {host : Host.t;The host name of the Databricks data source.
*)port : Port.t;The port for the Databricks data source.
*)sqlEndpointPath : SqlEndpointPath.t;The HTTP path of the Databricks data source.
*)}