superset_database_get_tables
Retrieve all available tables from a specified database in Apache Superset, providing schema and table name information for data exploration and management.
Instructions
Get a list of tables for a given database
Makes a request to the /api/v1/database/{id}/tables/ endpoint to retrieve all tables available in the database.
Args: database_id: ID of the database
Returns: A dictionary with list of tables including schema and table name information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes |