get_pipeline_definition
Retrieve the full definition of a data pipeline, including activities and dependencies, by specifying pipeline name or ID and optional workspace.
Instructions
Get the definition of an existing Data Pipeline including activities and dependencies.
Args:
pipeline: Pipeline name or ID
workspace: Workspace name or ID (optional, uses context if not provided)
ctx: Context object
Returns:
Dictionary with pipeline definition including decoded activities
Example:
get_pipeline_definition(
pipeline="Medallion_ETL_Pipeline",
workspace="PROD-Analytics"
)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline | Yes | ||
| workspace | No |