export_table_to_path
Export a DuckDB table to a file with your preferred format. Provide the table, target path, and format (default: Parquet) to save data for analysis, sharing, or backup.
Instructions
Export a table to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to export to | |
| table | Yes | Name of table to export | |
| format | No | Format to export in (default: parquet) | PARQUET |