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