fabric_create_pipeline
Create data pipelines in Microsoft Fabric with optional activities and parameters for automated data processing.
Instructions
Create a data pipeline, optionally with activities + parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayName | Yes | Pipeline name | |
| description | No | ||
| activities | No | ADF-format activity objects (TridentNotebook, Copy, …) | |
| parameters | No | Pipeline parameters (name → { type, defaultValue }) | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |