preview_table
Retrieve the first 10 rows of a table from a dlt pipeline. Choose output as markdown or JSONL for quick data inspection.
Instructions
Get the first 10 rows from a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| output_format | No | Output format: 'markdown' or 'jsonl' | markdown |
| pipeline_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |