describe_source
Get schema details, sample rows, and size footprint for a data source to quickly understand its structure and content.
Instructions
Return schema (name, dtype, nullability), N sample rows, and footprint for a loaded source.
Output size: small. Sample row count is capped at the requested value (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| sample_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||