Cmdlets for Databricks

Build 25.0.9434

HTTPPath Parameter (Connect-Databricks Cmdlet)

Specifies the HTTP path for the compute resource in Databricks that the provider connects to.

Syntax

Connect-Databricks -HTTPPath string

Data Type

cstr

Default Value

""

Remarks

The HTTPPath property identifies the path component of the JDBC or ODBC endpoint for your compute resource in Databricks. This value directs the cmdlet to the correct SQL Warehouse or cluster.

You can find the HTTP path in the Databricks workspace under Compute > your SQL Warehouse or Cluster > Connection details (or Advanced options) > JDBC/ODBC > HTTP Path.

An example format is sql/protocolv1/o/123456789/1234-123456-1ab2cdef.

This property is required for all authenticated connections to Databricks and is useful for ensuring the cmdlet targets the correct compute resource.

This is a required parameter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434