You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2023/02/19 18:52:03 UTC

[airflow] branch main updated (a21c17bc07 -> fd000684d0)

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

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


    from a21c17bc07 Specific use-case: adding packages via requirements.txt in compose (#29598)
     add fd000684d0 SSH Provider: Add cmd_timeout to ssh connection extra (#29347)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/ssh/hooks/ssh.py                 |  24 ++++-
 airflow/providers/ssh/operators/ssh.py             |  14 +--
 .../connections/ssh.rst                            |   1 +
 tests/providers/ssh/hooks/test_ssh.py              | 105 ++++++++++++++++++++-
 tests/providers/ssh/operators/test_ssh.py          |  32 +++++--
 5 files changed, 157 insertions(+), 19 deletions(-)