CreatePipelineRun
Initiate a deployment pipeline in DataWorks MCP Server to manage the release or rollback of specified resources. Define the project ID, object IDs, and type (online or offline) to streamline workflow execution.
Instructions
创建发布流程
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Description | No | 对于发布流程的描述信息 | |
ObjectIds | Yes | 本次发布流程希望发布的实体Id列表。><notice>目前只支持对于单个实体及其子实体的发布,因此只有该array的第一个实体及其子实体会被发布成功。请确保该array的长度为1,超出1的部分会被忽略。></notice> | |
ProjectId | No | DataWorks工作空间的ID | |
Type | Yes | 表示发布流程是上线还是下线- Online:上线- Offline:下线 |