get_table_sample
Retrieve a sample of rows from a Hive table to preview data. Specify database, table, and row count to quickly inspect table contents.
Instructions
Preview the first limit rows of database.table (1..100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| database | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |