export_query_file
Export read-only query results to local CSV or XLSX files, specifying output path, format, and optional limit.
Instructions
Export a read-only query result to a local CSV or XLSX file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| limit | No | ||
| format | No | csv | |
| file_name | No | ||
| overwrite | No | ||
| export_all | No | ||
| output_path | Yes | ||
| connection_id | Yes |