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 832571c6f3 Limit azure-cosmos (#38175)
add 60b95c75cd Add `ADLSCreateObjectOperator` (#37821)
No new revisions were added by this update.
Summary of changes:
.../providers/microsoft/azure/operators/adls.py | 83 +++++++++++++++++-----
.../operators/adls.rst | 36 +++++++++-
.../{test_adls_delete.py => test_adls_create.py} | 31 +++++---
.../azure/transfers/test_local_to_adls.py | 7 +-
...ple_local_to_adls.py => example_adls_create.py} | 23 +++---
...example_adls_delete.py => example_adls_list.py} | 20 +++---
6 files changed, 140 insertions(+), 60 deletions(-)
copy tests/providers/microsoft/azure/operators/{test_adls_delete.py =>
test_adls_create.py} (52%)
copy tests/system/providers/microsoft/azure/{example_local_to_adls.py =>
example_adls_create.py} (75%)
copy tests/system/providers/microsoft/azure/{example_adls_delete.py =>
example_adls_list.py} (76%)