You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/26 16:28:32 UTC

[airflow] branch master updated (554ef43 -> 11d03d2)

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

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


    from 554ef43  Use click for building prepare_provider_packages.py CLI (#14480)
     add 11d03d2  Add Azure Data Factory hook (#11015)

No new revisions were added by this update.

Summary of changes:
 .../microsoft/azure/hooks/azure_data_factory.py    | 716 +++++++++++++++++++++
 airflow/providers/microsoft/azure/provider.yaml    |   8 +
 .../integration-logos/azure/Azure Data Factory.svg |   1 +
 docs/spelling_wordlist.txt                         |   1 +
 setup.py                                           |   1 +
 .../azure/hooks/test_azure_data_factory.py         | 439 +++++++++++++
 6 files changed, 1166 insertions(+)
 create mode 100644 airflow/providers/microsoft/azure/hooks/azure_data_factory.py
 create mode 100644 docs/integration-logos/azure/Azure Data Factory.svg
 create mode 100644 tests/providers/microsoft/azure/hooks/test_azure_data_factory.py