ODBC Driver for Databricks

Build 25.0.9434

UseDescTableQuery

Specifies whether the provider retrieves table column metadata using a DESC TABLE query instead of the Thrift API.

データ型

bool

デフォルト値

true

解説

When this property is set to true, the 本製品 issues a DESC TABLE query in Databricks to obtain column information for each table.

When this property is set to false, the 本製品 retrieves column metadata using the Thrift API call GetColumns, which is supported in Apache Spark 3.0.0 and later.

Using the Thrift API can improve metadata query performance, but requires a compatible Spark version. The DESC TABLE query provides broader compatibility across Databricks environments.

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