Server Parameter (Connect-Databricks Cmdlet)
Specifies the host name of your Databricks workspace or SQL warehouse endpoint.
Syntax
Connect-Databricks -Server string
Data Type
cstr
Default Value
""
Remarks
The Server property identifies the host name used by the cmdlet to connect to Databricks. This is typically the domain portion of your workspace URL, for example: acme.cloud.databricks.com.
You can find this value in your browser’s address bar when signed in to your Databricks workspace.
This property is required for all connection types and determines which workspace or endpoint the cmdlet connects to.
This is a required parameter.