update_connection
Modify connection details in Apache Airflow using the MCP Server, allowing users to update attributes like host, port, login, password, and schema by specifying the connection ID.
Instructions
Update a connection by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conn_id | Yes | ||
conn_type | No | ||
extra | No | ||
host | No | ||
login | No | ||
password | No | ||
port | No | ||
schema | No |