mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 19:48:26 +00:00

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT * DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
1.1 KiB
1.1 KiB
title | slug |
---|---|
applicationPipeline | /main-concepts/metadata-standard/schemas/metadataingestion/applicationpipeline |
ApplicationPipeline
Application Pipeline Configuration.
Properties
type
: Pipeline type. Refer to #/definitions/applicationConfigType. Default:"Application"
.sourcePythonClass
(string): Source Python Class Name to run the application.appConfig
: Application configuration. Refer to ../entity/applications/configuration/applicationConfig.json#/definitions/appConfig.appPrivateConfig
: Application private configuration. Refer to ../entity/applications/configuration/applicationConfig.json#/definitions/privateConfig.
Definitions
applicationConfigType
(string): Pipeline Source Config For Application Pipeline type. Nothing is required. Must be one of:["Application"]
. Default:"Application"
.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.