Get table sample
get_table_sampleFetch a sample of rows from a Snowflake table to preview data before running full queries.
Instructions
Fetch a sample of rows from a table. Use this to preview data for a selected table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Row limit. Default 10. | |
| table | Yes | Table name (unqualified). | |
| schema | No | Defaults to SNOWFLAKE_SCHEMA. | |
| database | No | Defaults to SNOWFLAKE_DATABASE. |