ODBC Driver for Databricks

Build 24.0.9060

QueryAllMetadata

This option controls whether to query all catalogs and schemas/databases or only specified ones. The default catalog is specified by the property Catalog . The default schema/database is specified by the property Database .

Data Type

bool

Default Value

true

Remarks

True by default. The driver queries metadata from all catalogs and schemas/databases.

When set to False:

  • If only Catalog is set, the driver queries metadata from all schemas/databases under the specified catalog.
  • If both Catalog and Database are set, the driver queries metadata only from the specified catalog and schema/database.
  • If neither is set, the driver queries metadata from the default catalog and schema/database.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060