superset_database_update
Modify existing database connection properties in Apache Superset, including credentials, URIs, and configurations, through API requests.
Instructions
Update an existing database connection
Makes a request to the /api/v1/database/{id} PUT endpoint to update database connection properties.
Args: database_id: ID of the database to update data: Data to update, can include database_name, sqlalchemy_uri, password, and extra configs
Returns: A dictionary with the updated database information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| data | Yes |