Taragolis commented on issue #29282: URL: https://github.com/apache/airflow/issues/29282#issuecomment-1411765848
> ```from airflow.contrib.operators.ssh_operator import SSHOperator``` BTW `airflow.contrib` deprecated since Airflow 2.0: use `from airflow.providers.ssh.operators.ssh import SSHOperator` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
