mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
![]() |
---
|
||
|
title: createIngestionPipeline
|
||
|
slug: /main-concepts/metadata-standard/schemas/api/services/ingestionPipelines/createingestionpipeline
|
||
|
---
|
||
|
|
||
|
# CreateIngestionPipelineRequest
|
||
|
|
||
|
*Ingestion Pipeline Config is used to setup a Airflow DAG.*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`name`**: Name that identifies this pipeline instance uniquely. Refer to *../../../type/basic.json#/definitions/entityName*.
|
||
|
- **`displayName`** *(string)*: Display Name that identifies this ingestion pipeline.
|
||
|
- **`description`**: Description of the pipeline. Refer to *../../../type/basic.json#/definitions/markdown*.
|
||
|
- **`pipelineType`**: Refer to *../../../entity/services/ingestionPipelines/ingestionPipeline.json#/definitions/pipelineType*.
|
||
|
- **`sourceConfig`**: Refer to *../../../metadataIngestion/workflow.json#/definitions/sourceConfig*.
|
||
|
- **`airflowConfig`**: Refer to *../../../entity/services/ingestionPipelines/ingestionPipeline.json#/definitions/airflowConfig*.
|
||
|
- **`loggerLevel`**: Set the logging level for the workflow. Refer to *../../../metadataIngestion/workflow.json#/definitions/logLevels*.
|
||
|
- **`service`**: Link to the database service where this database is hosted in. Refer to *../../../type/entityReference.json*.
|
||
|
- **`owner`**: Owner of this Pipeline. Refer to *../../../type/entityReference.json*. Default: `None`.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2022-07-13 15:15:58.612083.
|