Fetch sample rows from a datasource
fetch_sample_rowsPreview a datasource by fetching sample rows to inspect real column names and values before authoring a block.
Instructions
Fetch a few rows from a datasource so you can see real column names and values before authoring a block. Returns columns and row arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_id | Yes | Datasource UUID. | |
| limit | No | Rows to fetch (default 5, max 50). |