Databricks
This section provides a complete list of the Databricks properties you can configure in the connection string for this provider.
| Property | Description |
| CloudStorageType | Specifies which cloud storage service the provider uses for staging or transferring data. |
| StoreTableInCloud | Specifies whether the Databricks server creates and stores new tables in external cloud storage instead of the Databricks File System (DBFS). |
| QueryTableDetails | Specifies whether the provider uses the DESCRIBE FORMATTED command in Databricks to retrieve detailed table metadata. |
| UseUploadApi | Specifies whether the provider uses the Databricks Upload API to optimize Bulk INSERT operations. |
| UseCloudFetch | Specifies whether the provider uses CloudFetch to optimize data transfer for large query result sets in Databricks. |
| SupportMultiCatalog | Specifies whether the provider enables multi-catalog support for Unity Catalog in Databricks. |
| QueryAllMetadata | Specifies whether the provider retrieves metadata from all available catalogs and schemas in Databricks or only from those specified in the connection. |
| CheckSQLWarehouseAvailability | Specifies whether the provider checks the availability of the SQL Warehouse in Databricks before establishing a connection. |