UnityCatalogConnection
UnityCatalog Connection Config
Properties
type: Service Type. Refer to #/definitions/databricksType. Default:"UnityCatalog".scheme: SQLAlchemy driver scheme options. Refer to #/definitions/databricksScheme. Default:"databricks+connector".hostPort(string): Host and port of the Databricks service.token(string, format: password): Generated Token to connect to Databricks.httpPath(string): Databricks compute resources URL.catalog(string): Catalog of the data source(Example: hive_metastore). This is optional parameter, if you would like to restrict the metadata reading to a single catalog. When left blank, OpenMetadata Ingestion attempts to scan all the catalog.databaseSchema(string): Database Schema of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single schema. When left blank, OpenMetadata Ingestion attempts to scan all the schemas.connectionTimeout(integer): The maximum amount of time (in seconds) to wait for a successful connection to the data source. If the connection attempt takes longer than this timeout period, an error will be returned. Default:120.connectionOptions: Refer to ../connectionBasicType.json#/definitions/connectionOptions.connectionArguments: Refer to ../connectionBasicType.json#/definitions/connectionArguments.supportsUsageExtraction: Refer to ../connectionBasicType.json#/definitions/supportsUsageExtraction.supportsLineageExtraction: Refer to ../connectionBasicType.json#/definitions/supportsLineageExtraction.supportsDBTExtraction: Refer to ../connectionBasicType.json#/definitions/supportsDBTExtraction.supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.supportsProfiler: Refer to ../connectionBasicType.json#/definitions/supportsProfiler.supportsDatabase: Refer to ../connectionBasicType.json#/definitions/supportsDatabase.supportsQueryComment: Refer to ../connectionBasicType.json#/definitions/supportsQueryComment.sampleDataStorageConfig: Refer to ../connectionBasicType.json#/definitions/sampleDataStorageConfig.
Definitions
databricksType(string): Service type. Must be one of:["UnityCatalog"]. Default:"UnityCatalog".databricksScheme(string): SQLAlchemy driver scheme options. Must be one of:["databricks+connector"]. Default:"databricks+connector".
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.