superset_database_select_star
Generate a SELECT * SQL query with LIMIT for a table to inspect its structure and data. Specify database ID, table name, and optional schema.
Instructions
Generate a SELECT * SQL query for a table (with LIMIT).
Useful for quickly inspecting table structure and data.
Args: database_id: Database connection ID. table_name: Table name. schema_name: Schema (e.g. "public"). If not specified, uses the default schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| database_id | Yes | ||
| schema_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |