MoveFunction
Relocate user-defined functions within DataWorks projects by specifying new directory paths for organized data development workflows.
Instructions
移动数据开发函数路径
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ProjectId | No | DataWorks工作空间的ID | |
| Id | No | udf函数的唯一标识符 | |
| Path | Yes | 移动的目标路径,不需要带函数名称。例如将test函数的路径变成到root/demo/test,则此参数需要填写root/demo |