ds_view_resource
View paginated text-file content from a DolphinScheduler resource by ID, with options to skip lines and limit the amount read for targeted inspection.
Instructions
View resource file content (paginated, text files only).
Args: resource_id: Resource ID (from ds_list_resources or ds_get_resource_by_name) skip_line_num: Number of lines to skip limit: Max lines to read
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| resource_id | Yes | ||
| skip_line_num | No |