superset_database_tables
List tables and views in a database schema, allowing you to select the correct table for creating a dataset.
Instructions
List tables and views in the specified database schema.
Useful for selecting a table before creating a dataset.
Args: database_id: Database connection ID (from database_list). schema_name: Schema name (from database_schemas). Examples: "public", "source". Passed in RISON format without quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |