ds_create_folder
Create a new folder in the DolphinScheduler resource area to organize files or UDF resources. Specify the folder name and parent directory to structure your resources efficiently.
Instructions
Create a folder in the resource area.
Args: name: Folder name (no path prefix, e.g. "scripts") current_dir: Parent directory path, default root "/" resource_type: FILE or UDF
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| current_dir | No | / | |
| resource_type | No | FILE |