create_table_from_path
Load a file into a new table using its path. Set a custom table name or replace an existing table.
Instructions
Create a table from a file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to load | |
| table | No | Optional table name to use | |
| replace | No | Whether to replace existing table |