0

I have installed the SSH package in airflow with command pip install apache-airflow-providers-ssh. Also restarted web server and scheduler couple of times.

I do see the list of SSH package installed with command pip package list but unable to see it in airflow web UI. Please advice?

  1. Ran pip install apache-airflow-providers-ssh
  2. Restarted web server
  3. Restarted scheduler
Ro.oT
  • 623
  • 6
  • 15
  • How are you running Airflow? Are you also installing `apache-airflow-providers-ssh` on the webserver? – RNHTTR Aug 13 '23 at 02:24
  • Check Python install used by Airflow is the same as where pip is installing the module. If you have multiple Python versions then pip might use different than what Airflow is been using. – Vikramsinh Shinde Aug 13 '23 at 13:26

0 Answers0