ds_upload_file
Upload a file to the DolphinScheduler resource area for use in workflows. Supports binary formats like JAR or ZIP via local path or base64-encoded content.
Instructions
Upload a file to the resource area (supports binary, e.g. jar / zip).
Two ways to provide file content: Method 1: local_path — path to a file accessible by the MCP server process Method 2: file_name + file_content_base64 — base64-encoded content
Args: local_path: Local file path (Method 1) file_name: Filename with extension (Method 2) file_content_base64: Base64-encoded file content (Method 2) current_dir: Parent directory path, default root "/" resource_type: FILE or UDF
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | ||
| local_path | No | ||
| current_dir | No | / | |
| resource_type | No | FILE | |
| file_content_base64 | No |