Cmdlets for Databricks

Build 25.0.9434

DescribeCommand Parameter (Connect-Databricks Cmdlet)

Specifies which command the provider uses to retrieve metadata from Databricks.

Syntax

Connect-Databricks -DescribeCommand string

Possible Values

DESCRIBE, DESC

Data Type

cstr

Default Value

"DESCRIBE"

Remarks

The DescribeCommand property determines whether the cmdlet uses the full DESCRIBE keyword or its shorthand DESC when issuing metadata queries to the Hive-compatible endpoint in Databricks.

When this property is set to DESCRIBE, the cmdlet uses the full standard Hive SQL syntax.

When this property is set to DESC, the cmdlet uses the shorthand form, which may be required for compatibility with certain engines or query parsers.

This property is useful for adjusting SQL compatibility when retrieving schema details from Databricks or Hive-based systems.

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