remove_activity_dependency
Remove dependency relationships between activities in Microsoft Fabric pipelines to simplify workflow connections and eliminate unnecessary execution dependencies.
Instructions
Remove dependsOn references to a target activity.
Removes dependsOn edges pointing to the target activity. If from_activity_name is provided, only removes edges from that activity.
Parameters: workspace_name: The display name of the workspace containing the pipeline. pipeline_name: Name of the existing pipeline to update. activity_name: Name of the activity being depended on. from_activity_name: Optional activity to remove dependencies from.
Returns: Dictionary with status, pipeline_id, pipeline_name, activity_name, removed_count, workspace_name, and message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes | ||
| pipeline_name | Yes | ||
| activity_name | Yes | ||
| from_activity_name | No |