preview_connection
Preview first rows from a source table using connection ID, table name, optional schema, and row limit. Verify data before running transformations.
Instructions
Preview the first N rows of a table from a source connection.
Args: connection_id: The connection to query. table: Table name to preview. schema: Optional schema name. limit: Max rows to return (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| schema | No | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |