superset_database_catalogs
Retrieve database catalogs for a given database ID. For engines that support catalogs, it lists available namespaces; not supported by PostgreSQL and MySQL.
Instructions
List catalogs in a database (for engines that support catalogs).
Not supported by all engines. PostgreSQL and MySQL typically do not use catalogs.
Args: database_id: Database connection ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |