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 e3824ce521 Migrate Qubole example DAGs to new design #22460 (#24149)
add 6e83885c95 Migrate Microsoft example DAGs to new design #22452 - azure
(#24141)
No new revisions were added by this update.
Summary of changes:
.../microsoft/azure/example_dags/__init__.py | 17 --------------
.../index.rst | 2 +-
.../operators/adf_run_pipeline.rst | 4 ++--
.../operators/adls.rst | 2 +-
.../operators/azure_blob_to_gcs.rst | 2 +-
.../operators/local_to_adls.rst | 2 +-
.../operators/sftp_to_wasb.rst | 2 +-
.../azure/operators/test_adls_delete_system.py | 2 +-
.../azure/transfers/test_local_to_adls_system.py | 2 +-
.../azure/transfers/test_local_to_wasb_system.py | 4 +---
.../azure/transfers/test_sftp_to_wasb_system.py | 2 +-
{airflow/api/auth => tests/system}/__init__.py | 0
.../auth => tests/system/providers}/__init__.py | 0
.../system/providers/microsoft}/__init__.py | 0
.../system/providers/microsoft/azure}/__init__.py | 0
.../microsoft/azure}/example_adf_run_pipeline.py | 27 +++++++++++++++++-----
.../microsoft/azure}/example_adls_delete.py | 15 +++++++++++-
.../microsoft/azure}/example_azure_blob_to_gcs.py | 15 +++++++++++-
.../azure}/example_azure_container_instances.py | 12 +++++++++-
.../microsoft/azure}/example_azure_cosmosdb.py | 18 +++++++++++++--
.../microsoft/azure}/example_fileshare.py | 17 ++++++++++++--
.../microsoft/azure}/example_local_to_adls.py | 15 +++++++++++-
.../microsoft/azure}/example_local_to_wasb.py | 15 +++++++++++-
.../microsoft/azure}/example_sftp_to_wasb.py | 15 +++++++++++-
24 files changed, 144 insertions(+), 46 deletions(-)
delete mode 100644 airflow/providers/microsoft/azure/example_dags/__init__.py
copy {airflow/api/auth => tests/system}/__init__.py (100%)
copy {airflow/api/auth => tests/system/providers}/__init__.py (100%)
copy {airflow/api/auth => tests/system/providers/microsoft}/__init__.py (100%)
copy {airflow/api/auth => tests/system/providers/microsoft/azure}/__init__.py
(100%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_adf_run_pipeline.py (78%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_adls_delete.py (77%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_azure_blob_to_gcs.py (81%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_azure_container_instances.py
(85%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_azure_cosmosdb.py (79%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_fileshare.py (76%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_local_to_adls.py (77%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_local_to_wasb.py (76%)
rename {airflow/providers/microsoft/azure/example_dags =>
tests/system/providers/microsoft/azure}/example_sftp_to_wasb.py (84%)