archery_export_query
Exports read-only SQL query results to CSV in paginated batches, with a default page size of 5000 rows and no total row limit.
Instructions
将只读查询分批导出为 CSV;默认每页 5000 行,不限制总行数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| schema | No | ||
| database | Yes | ||
| filename | No | ||
| max_rows | No | ||
| page_size | No | ||
| instance_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||