foldvari opened a new issue, #54024:
URL: https://github.com/apache/airflow/issues/54024

   ### Apache Airflow Provider(s)
   
   sftp
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-sftp 5.3.2 defines an insufficient version of 
dependency on apache-airflow-providers-ssh
   Defined dependency: apache-airflow-providers-ssh>=2.1.0
   But it relies on keyword argument 'host_proxy_cmd' which was introduced in 
4.0.0 only 
(https://airflow.apache.org/docs/apache-airflow-providers-ssh/stable/changelog.html#id6)
   
   ### Apache Airflow version
   
   2.10.4
   
   ### Operating System
   
   Linux
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### What happened
   
   Updated apache-airflow-providers-sftp to 5.3.2 and kept 
apache-airflow-providers-ssh 3.14.0. Attepting to use SFTPHook but got this 
error:
     File "....../airflow/providers/sftp/hooks/sftp.py", line 123, in __init__
       super().__init__(*args, **kwargs)
   TypeError: SSHHook.__init__() got an unexpected keyword argument 
'host_proxy_cmd'
   python-BaseException
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   Install apache-airflow-providers-sftp to 5.3.2 and 
apache-airflow-providers-ssh 3.14.0. 
   Attempt to use SFTPHook.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to