snowflake_inspect_table_with_sample
Inspect a Snowflake table's schema, column types, row count, and sample data in a single call to understand its structure and content.
Instructions
Composite recipe: Describe table schema, row count, column types, and preview sample rows in 1 call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| table_name | Yes | ||
| sample_rows | No | ||
| schema_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||