DatalakeConnection
Datalake Connection Config
Properties
type: Service Type. Refer to #/definitions/datalakeType. Default:"Datalake".configSource: Available sources to fetch files.- One of
- : Refer to #/definitions/localConfig.
- : Refer to datalake/azureConfig.json.
- : Refer to datalake/gcsConfig.json.
- : Refer to datalake/s3Config.json.
- One of
bucketName(string): Bucket Name of the data source. Default:"".prefix(string): Prefix of the data source. Default:"".databaseName(string): Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.connectionOptions: Refer to ../connectionBasicType.json#/definitions/connectionOptions.connectionArguments: Refer to ../connectionBasicType.json#/definitions/connectionArguments.supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.supportsProfiler: Refer to ../connectionBasicType.json#/definitions/supportsProfiler.sampleDataStorageConfig: Refer to ../connectionBasicType.json#/definitions/sampleDataStorageConfig.
Definitions
datalakeType(string): Service type. Must be one of:["Datalake"]. Default:"Datalake".localConfig(object): Local config source where no extra information needs to be sent. Cannot contain additional properties.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.