superset_database_table_metadata
Retrieve table metadata including columns, data types, indexes, and primary keys to understand table structure before writing SQL queries.
Instructions
Get table metadata: columns, data types, indexes, and primary keys.
Useful for understanding table structure before writing SQL queries.
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 |