get_table_preview
Preview the first rows of an Impala table to inspect its contents. Specify database, table, and optional row limit up to 1000.
Instructions
Preview the first rows of a table (SELECT * ... LIMIT n, n<=1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| db_name | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |