DescribeCommand
Specifies which command the provider uses to retrieve metadata from Databricks.
Possible Values
DESCRIBE, DESCData Type
string
Default Value
"DESCRIBE"
Remarks
The DescribeCommand property determines whether the add-in 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 add-in uses the full standard Hive SQL syntax.
When this property is set to DESC, the add-in 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.