create_table_from_s3
Create a DuckDB table directly from an S3 file by providing its path. Optionally assign a custom table name.
Instructions
Create a table from an S3 path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | S3 path to the file to load | |
| table | No | Optional table name to use |