create-pipeline
Create a new pipeline in OpenMetadata by specifying its name and service. Supports adding tasks, tags, and owners.
Instructions
Create a new pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Pipeline name | |
| service | Yes | FQN of the pipeline service | |
| description | No | Pipeline description in markdown | |
| displayName | No | Display name | |
| sourceUrl | No | Source URL of the pipeline | |
| tasks | No | Pipeline task definitions | |
| tags | No | Tags to apply | |
| owners | No | Owner references |