Description
There is a connection test feature in Airflow UI. It behaves incorrect because real user tasks executed in Executor network environment and it may be different from Webserver process environment. For example In my deployment Webserver and Scheduler runs in a different k8s clusters with different network access policies. Webserver doesn`t have any access to datasources.
Use case/motivation
Make connection test routines execute as real Executor jobs.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct