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 dc08893c90 DockerOperator TaskFlow - correct argyments in python
command (#39620)
add 03b1840e18 S3 to wasb (#40511)
No new revisions were added by this update.
Summary of changes:
airflow/providers/microsoft/azure/provider.yaml | 4 +
.../microsoft/azure/transfers/s3_to_wasb.py | 266 ++++++++++++++++++++
.../transfer/{local_to_wasb.rst => s3_to_wasb.rst} | 41 ++--
generated/provider_dependencies.json | 1 +
.../microsoft/azure/transfers/test_s3_to_wasb.py | 272 +++++++++++++++++++++
.../microsoft/azure/example_s3_to_wasb.py | 114 +++++++++
6 files changed, 683 insertions(+), 15 deletions(-)
create mode 100644 airflow/providers/microsoft/azure/transfers/s3_to_wasb.py
copy docs/apache-airflow-providers-microsoft-azure/transfer/{local_to_wasb.rst
=> s3_to_wasb.rst} (54%)
create mode 100644 tests/providers/microsoft/azure/transfers/test_s3_to_wasb.py
create mode 100644 tests/system/providers/microsoft/azure/example_s3_to_wasb.py