get_table_sample
Retrieve a sample of rows from a Snowflake table to preview its data. Specify the number of rows to return for quick inspection.
Instructions
Get a sample of rows from a table to understand its data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of sample rows to return (default: 5) | |
| table | Yes | Table name (can include database.schema.table) |