You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/24 09:11:45 UTC

[airflow] branch main updated (c8a628a -> 50e334d)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from c8a628a  Set Process title for Worker when using ``LocalExecutor`` (#16623)
     add 50e334d  Add support for non-RSA type key for SFTP hook (#16314)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/sftp/hooks/sftp.py               |  2 +-
 airflow/providers/ssh/hooks/ssh.py                 | 45 ++++++++++++++++------
 .../connections/ssh.rst                            |  5 +--
 tests/conftest.py                                  |  1 -
 tests/providers/sftp/hooks/test_sftp.py            | 15 +++++++-
 tests/providers/ssh/hooks/test_ssh.py              | 33 +++++++++-------
 6 files changed, 69 insertions(+), 32 deletions(-)