You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2021/09/25 12:59:35 UTC

[airflow] branch main updated (f1ea87a -> 97d6892)

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

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


    from f1ea87a  Chart: 1.2.0 changelog (#18510)
     add 97d6892  Rename AzureDataLakeStorage to ADLS (#18493)

No new revisions were added by this update.

Summary of changes:
 airflow/contrib/operators/adls_list_operator.py    | 22 +++++++--
 .../google/cloud/transfers/adls_to_gcs.py          |  4 +-
 airflow/providers/microsoft/azure/CHANGELOG.rst    | 14 ++++++
 .../azure/example_dags/example_adls_delete.py      |  6 +--
 .../azure/example_dags/example_local_to_adls.py    |  6 +--
 .../azure/operators/{adls_delete.py => adls.py}    | 45 +++++++++++++++--
 .../microsoft/azure/operators/adls_delete.py       | 55 ++++++---------------
 .../microsoft/azure/operators/adls_list.py         | 57 ++++++----------------
 airflow/providers/microsoft/azure/provider.yaml    |  1 +
 .../operators/adls.rst                             |  6 +--
 docs/spelling_wordlist.txt                         |  1 +
 tests/deprecated_classes.py                        |  2 +-
 .../google/cloud/transfers/test_adls_to_gcs.py     |  4 +-
 .../microsoft/azure/operators/test_adls_delete.py  |  6 +--
 .../microsoft/azure/operators/test_adls_list.py    |  6 +--
 .../azure/transfers/test_local_to_adls.py          |  2 +-
 16 files changed, 127 insertions(+), 110 deletions(-)
 copy airflow/providers/microsoft/azure/operators/{adls_delete.py => adls.py} (60%)