ds_get_resource_by_name
Locate any file or folder in Apache DolphinScheduler by its full path, retrieving its ID and metadata for workflow automation.
Instructions
Find a resource (file or folder) by full path, returning id and metadata.
Implementation: uses /resources/list recursive search (avoids /resources/query-by-name due to known DS bug).
Args: full_name: Full resource path, e.g. "public/test.py" or "scripts" resource_type: Resource type, default FILE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | ||
| resource_type | No | FILE |