list_sources
Discover all queryable tables from CSV, Parquet, and JSON files in the data directory, each with column counts to guide your SQL queries.
Instructions
List the tables available to query (one per data file) with column counts.
Start here: each CSV/Parquet/JSON file under the data directory is exposed as a table you can SELECT from and JOIN across.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |