superset_dataset_list
Retrieve accessible datasets from Apache Superset to view table names, IDs, and database connections for data analysis and visualization setup.
Instructions
Get a list of datasets from Superset
Makes a request to the /api/v1/dataset/ endpoint to retrieve all datasets the current user has access to view. Results are paginated.
Returns: A dictionary containing dataset information including id, table_name, and database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||