30blay opened a new pull request #18988:
URL: https://github.com/apache/airflow/pull/18988


   Related issue: [#16323](https://github.com/apache/airflow/issues/16323)
   
   The SFTP hook does not allow for a SSH private key string to be used, only a 
private key file path. As it is based on the SSH hook, which does allow for a 
private key string to be used, a small change could align these two hooks.
   
   This change first checks if a paramiko object is present after the SSH hook 
has been initialised, and the prefers that rather than the ssh key file path.
   
   This PR replaces stale PR 
[#16338](https://github.com/apache/airflow/pull/16338)


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