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 2020/10/08 10:18:33 UTC

[airflow] branch master updated (625afa2 -> 832a785)

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

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


    from 625afa2  Improve Committer's guide docs (#11338)
     add 832a785  Add Azure Blob Storage to GCS transfer operator (#11321)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |   2 +-
 airflow/providers/dependencies.json                |   1 +
 .../example_dags/example_azure_blob_to_gcs.py      |  68 ++++++++++++
 airflow/providers/microsoft/azure/hooks/wasb.py    |   2 +
 .../azure/transfers/azure_blob_to_gcs.py}          | 118 ++++++++++++---------
 .../microsoft/transfer/blob_storage_to_gcs.rst     |  61 +++++++++++
 docs/operators-and-hooks-ref.rst                   |   5 +
 .../azure/transfers/test_azure_blob_to_gcs.py      | 103 ++++++++++++++++++
 8 files changed, 310 insertions(+), 50 deletions(-)
 create mode 100644 airflow/providers/microsoft/azure/example_dags/example_azure_blob_to_gcs.py
 copy airflow/providers/{google/suite/transfers/gcs_to_sheets.py => microsoft/azure/transfers/azure_blob_to_gcs.py} (56%)
 create mode 100644 docs/howto/operator/microsoft/transfer/blob_storage_to_gcs.rst
 create mode 100644 tests/providers/microsoft/azure/transfers/test_azure_blob_to_gcs.py