superset_database_get_by_id
Retrieve detailed configuration information for a specific database connection by its ID from Apache Superset.
Instructions
Get details for a specific database
Makes a request to the /api/v1/database/{id} endpoint to retrieve detailed information about a specific database connection.
Args: database_id: ID of the database to retrieve
Returns: A dictionary with complete database configuration information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes |