-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Description
Description
Add an option to enable a "Connection health check" on a connection.
This would have the effect that a background connection test would be scheduled to run with a configurable interval (globally configured). The test would be executed by a worker.
If one or more connection health checks currently fail, a message on the main page will be shown. In addition, the connection list will show a health status for each entry.
Use case / motivation
It's previously been proposed to run a connection check as part of saving a new connection through the Airflow UI (see related issues below).
But such a health check is really an on-going concern – similar to how DAG input files are scanned for syntax errors and reported on the main page.
Are you willing to submit a PR?
Yes
Related Issues