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/09/10 13:16:35 UTC

[airflow] branch main updated (0e3b06b -> 68d99bc)

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 0e3b06b  Mark passing pre/post execute callbacks to operators as experimental. (#18140)
     add 68d99bc  [Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/ssh/hooks/ssh.py                 |  40 +++-
 airflow/providers/ssh/operators/ssh.py             |  37 +++-
 .../connections/ssh.rst                            |   7 +-
 tests/providers/ssh/hooks/test_ssh.py              | 221 ++++++++++++++++++++-
 tests/providers/ssh/operators/test_ssh.py          |  28 ++-
 5 files changed, 312 insertions(+), 21 deletions(-)