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 61412b3af83 Add HTTP retry handling into task SDK api.client (#45121)
add 51fea3e7fb3 Add directory transfer support for SFTPOperator (#44126)
No new revisions were added by this update.
Summary of changes:
providers/src/airflow/providers/sftp/hooks/sftp.py | 46 ++++++++++++++++++++++
.../src/airflow/providers/sftp/operators/sftp.py | 12 +++++-
providers/tests/sftp/hooks/test_sftp.py | 17 ++++++++
providers/tests/sftp/operators/test_sftp.py | 30 ++++++++++++++
4 files changed, 103 insertions(+), 2 deletions(-)