mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 20:18:24 +00:00
20 lines
699 B
Markdown
20 lines
699 B
Markdown
![]() |
---
|
||
|
title: applicationPipeline
|
||
|
slug: /main-concepts/metadata-standard/schemas/metadataingestion/applicationpipeline
|
||
|
---
|
||
|
|
||
|
# ApplicationPipeline
|
||
|
|
||
|
*Application Pipeline Configuration.*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`type`**: Pipeline type. Refer to *#/definitions/testSuiteConfigType*. Default: `TestSuite`.
|
||
|
- **`entityFullyQualifiedName`**: Fully qualified name of the application to be executed. Refer to *../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
||
|
## Definitions
|
||
|
|
||
|
- **`testSuiteConfigType`** *(string)*: Pipeline Source Config For Application Pipeline type. Must be one of: `['Application']`. Default: `Application`.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|