Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable test connection button in Airflow in v2.7.1

Test connection button is disabled in Airflow because I am using 2.7 + version. How to enable it?

I am not sure of steps. Please guide. Also I have installed Airflow with Kubernetes helm chart. Not sure where I need to make change?

like image 936
Swati Ojha Avatar asked Oct 31 '25 10:10

Swati Ojha


1 Answers

The button is clickable only for Providers (hooks) that support it. Meaning that the hook needs to implement the test_connection function which allows the functionality.

In cases where the button is not available you can test the connection works by simply using it. Invoke a simple DAG that uses the connection.

like image 158
Elad Kalif Avatar answered Nov 02 '25 09:11

Elad Kalif



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!