This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from e2655f6 Prints nicer message in case of git push errors (#11320)
add b0fcf67 Add AzureFileShareToGCSOperator (#10991)
No new revisions were added by this update.
Summary of changes:
.../example_azure_fileshare_to_gcs.py} | 44 +++--
airflow/providers/google/cloud/hooks/gcs.py | 10 ++
.../cloud/transfers/azure_fileshare_to_gcs.py | 182 +++++++++++++++++++++
.../providers/google/cloud/transfers/s3_to_gcs.py | 12 +-
.../microsoft/azure/hooks/azure_fileshare.py | 51 +++++-
.../google/transfer/azure_fileshare_to_gcs.rst | 54 ++++++
docs/operators-and-hooks-ref.rst | 5 +
...s3_to_gcs.py => test_azure_fileshare_to_gcs.py} | 85 +++++-----
.../test_azure_fileshare_to_gcs_system.py | 80 +++++++++
.../microsoft/azure/hooks/test_azure_fileshare.py | 29 ++++
tests/test_utils/azure_system_helpers.py | 94 +++++++++++
tests/test_utils/gcp_system_helpers.py | 8 +
12 files changed, 573 insertions(+), 81 deletions(-)
copy
airflow/providers/{microsoft/azure/example_dags/example_azure_container_instances.py
=> google/cloud/example_dags/example_azure_fileshare_to_gcs.py} (55%)
create mode 100644
airflow/providers/google/cloud/transfers/azure_fileshare_to_gcs.py
create mode 100644
docs/howto/operator/google/transfer/azure_fileshare_to_gcs.rst
copy tests/providers/google/cloud/transfers/{test_s3_to_gcs.py =>
test_azure_fileshare_to_gcs.py} (56%)
create mode 100644
tests/providers/google/cloud/transfers/test_azure_fileshare_to_gcs_system.py
create mode 100644 tests/test_utils/azure_system_helpers.py