load_source
Register data files as queryable sources by loading CSV, TSV, Parquet, JSON, or NDJSON. Handles globs and directories with format auto-detection and schema metadata.
Instructions
Load a CSV / TSV / Parquet / JSON / NDJSON file (or glob, or directory) and register it as a queryable source.
Auto-detects format from extension; pass format= to override. For globs and
directories, files are unioned (must share schema). Returns the new source's
id, format, modality, schema, row count, size, and a stable fingerprint.
Output size: small-to-medium (schema scales with column count).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| alias | No | ||
| format | No | ||
| options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||