CustomStorageConnection
Custom Storage Service connection to build a source that is not supported by OpenMetadata yet.Properties
type: Custom storage service type. Refer to #/definitions/customStorageType. Default:"CustomStorage".sourcePythonClass(string): Source Python Class Name to instantiated by the ingestion workflow.connectionOptions: Refer to ../connectionBasicType.json#/definitions/connectionOptions.
Definitions
customStorageType(string): Custom storage service type. Must be one of:["CustomStorage"]. Default:"CustomStorage".