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/01/08 11:03:10 UTC

[airflow] branch master updated (6570df8 -> 52339a5)

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

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


    from 6570df8  Optimises prod image preparation in CI (#13557)
     add 52339a5  [AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)

No new revisions were added by this update.

Summary of changes:
 ...da_increase_size_of_connection_extra_field_.py} | 24 +++---
 airflow/models/connection.py                       |  2 +-
 airflow/providers/sftp/hooks/sftp.py               |  6 ++
 airflow/providers/ssh/hooks/ssh.py                 | 18 ++++-
 .../connections/ssh.rst                            |  6 +-
 docs/spelling_wordlist.txt                         |  1 +
 tests/providers/sftp/hooks/test_sftp.py            | 41 +++++++++-
 tests/providers/ssh/hooks/test_ssh.py              | 93 ++++++++++++++++++++++
 8 files changed, 172 insertions(+), 19 deletions(-)
 copy airflow/migrations/versions/{fe461863935f_increase_length_for_connection_password.py => 449b4072c2da_increase_size_of_connection_extra_field_.py} (76%)