ch_sample_data
Preview sample rows from a ClickHouse table to understand telemetry data structure before writing queries. Specify table, optional database, and row limit up to 100.
Instructions
Get sample rows from a ClickHouse table (up to 100 rows).
Useful for understanding telemetry data structure before writing queries.
Args: table: Table name. database: Database name. If omitted, uses the default database. limit: Number of rows to return (1-100, default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |