Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Package apache-airflow-backport-providers-microsoft-azure

Release: 2020.5.20

Backport package

This is a backport providers package for microsoft.azure provider. All classes for this provider package are in airflow.providers.microsoft.azure python package.

Only Python 3.6+ is supported for this backport package.

While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you want to use this backport package.

Installation

You can install this package on top of an existing airflow 1.10.* installation via pip install apache-airflow-backport-providers-microsoft-azure

Compatibility

For full compatibility and test status of the backport packages check Airflow Backport Package Compatibility

PIP requirements

PIP package Version required
azure-batch >=8.0.0
azure-cosmos >=3.0.1
azure-datalake-store >=0.0.45
azure-kusto-data >=0.0.43
azure-mgmt-containerinstance >=1.5.0
azure-mgmt-datalake-store >=0.5.0
azure-mgmt-resource >=2.2.0
azure-storage >=0.34.0,<0.37.0
azure-storage-blob <12.0

Cross provider package dependencies

Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified backport providers package in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

pip install apache-airflow-backport-providers-microsoft-azure[oracle]
Dependent package Extra
apache-airflow-backport-providers-oracle oracle

Provider class summary

All classes in Airflow 2.0 are in airflow.providers.microsoft.azure package.

Operators

New operators

New Airflow 2.0 operators: airflow.providers.microsoft.azure package
operators.adx.AzureDataExplorerQueryOperator
operators.azure_batch.AzureBatchOperator

Moved operators

Airflow 2.0 operators: airflow.providers.microsoft.azure package Airflow 1.10.* previous location (usually airflow.contrib)
operators.adls_list.AzureDataLakeStorageListOperator contrib.operators.adls_list_operator.AzureDataLakeStorageListOperator
operators.azure_container_instances.AzureContainerInstancesOperator contrib.operators.azure_container_instances_operator.AzureContainerInstancesOperator
operators.azure_cosmos.AzureCosmosInsertDocumentOperator contrib.operators.azure_cosmos_operator.AzureCosmosInsertDocumentOperator
operators.file_to_wasb.FileToWasbOperator contrib.operators.file_to_wasb.FileToWasbOperator
operators.oracle_to_azure_data_lake_transfer.OracleToAzureDataLakeTransfer contrib.operators.oracle_to_azure_data_lake_transfer.OracleToAzureDataLakeTransfer
operators.wasb_delete_blob.WasbDeleteBlobOperator contrib.operators.wasb_delete_blob_operator.WasbDeleteBlobOperator

Sensors

New sensors

New Airflow 2.0 sensors: airflow.providers.microsoft.azure package
sensors.azure_cosmos.AzureCosmosDocumentSensor

Moved sensors

Airflow 2.0 sensors: airflow.providers.microsoft.azure package Airflow 1.10.* previous location (usually airflow.contrib)
sensors.wasb.WasbBlobSensor contrib.sensors.wasb_sensor.WasbBlobSensor
sensors.wasb.WasbPrefixSensor contrib.sensors.wasb_sensor.WasbPrefixSensor

Hooks

New hooks

New Airflow 2.0 hooks: airflow.providers.microsoft.azure package
hooks.adx.AzureDataExplorerHook
hooks.azure_batch.AzureBatchHook
hooks.azure_data_lake.AzureDataLakeHook

Moved hooks

Airflow 2.0 hooks: airflow.providers.microsoft.azure package Airflow 1.10.* previous location (usually airflow.contrib)
hooks.azure_container_instance.AzureContainerInstanceHook contrib.hooks.azure_container_instance_hook.AzureContainerInstanceHook
hooks.azure_container_registry.AzureContainerRegistryHook contrib.hooks.azure_container_registry_hook.AzureContainerRegistryHook
hooks.azure_container_volume.AzureContainerVolumeHook contrib.hooks.azure_container_volume_hook.AzureContainerVolumeHook
hooks.azure_cosmos.AzureCosmosDBHook contrib.hooks.azure_cosmos_hook.AzureCosmosDBHook
hooks.azure_fileshare.AzureFileShareHook contrib.hooks.azure_fileshare_hook.AzureFileShareHook
hooks.wasb.WasbHook contrib.hooks.wasb_hook.WasbHook

Releases

Release 2020.5.20

Commit Committed Subject
12c5e5d8a 2020-05-17 Prepare release candidate for backport packages (#8891)
f3521fb0e 2020-05-16 Regenerate readme files for backport package release (#8886)
92585ca4c 2020-05-15 Added automated release notes generation for backport operators (#8807)
87969a350 2020-04-09 [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)
d99833c9b 2020-04-03 [AIRFLOW-4529] Add support for Azure Batch Service (#8024)
4bde99f13 2020-03-23 Make airflow/providers pylint compatible (#7802)
a83eb335e 2020-03-23 Add call to Super call in microsoft providers (#7821)
f0e242180 2020-02-24 [AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of init (#7520)
4bec1cc48 2020-02-24 [AIRFLOW-6895] AzureFileShareHook: Move DB call out of init (#7519)
3320e432a 2020-02-24 [AIRFLOW-6817] Lazy-load airflow.DAG to keep user-facing API untouched (#7517)
086e30724 2020-02-23 [AIRFLOW-6890] AzureDataLakeHook: Move DB call out of init (#7513)
4d03e33c1 2020-02-22 [AIRFLOW-6817] remove imports from airflow/__init__.py, replaced implicit imports with explicit imports, added entry to UPDATING.MD - squashed/rebased (#7456)
175a16046 2020-02-19 [AIRFLOW-6828] Stop using the zope library (#7448)
1e0024301 2020-02-10 [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator (#5785)
97a429f9d 2020-02-02 [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)
83c037873 2020-01-30 [AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)
057f3ae3a 2020-01-29 [AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)
290330ba6 2020-01-15 [AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)

Release files for apache-airflow-backport-providers-microsoft-azure 2020.5.20rc2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for apache-airflow-backport-providers-microsoft-azure 2020.5.20rc2
File Size Uploaded
apache-airflow-backport-providers-microsoft-azure-2020.5.20rc2.tar.gz 131.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for apache-airflow-backport-providers-microsoft-azure 2020.5.20rc2
File Interpreter ABI Platform
apache_airflow_backport_providers_microsoft_azure-2020.5.20rc2-py3-none-any.whl Python 3 none any Details

Total release size: 210.3 kB

Release files / apache-airflow-backport-providers-microsoft-azure-2020.5.20rc2.tar.gz

Download URL apache-airflow-backport-providers-microsoft-azure-2020.5.20rc2.tar.gz
Size 131.0 kB
Tags Source
SHA-256 checksum
How to use checksums
e49652ca25fb3ad609f4f1a7f1a6756c33e317c3cb58125bc5e4fcc97848a205
BLAKE2b-256 checksum
How to use checksums
b91fd9879120b441746deaa915a51a52640e3fb4c612380ff8e733c51972b799
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9

Release files / apache_airflow_backport_providers_microsoft_azure-2020.5.20rc2-py3-none-any.whl

Download URL apache_airflow_backport_providers_microsoft_azure-2020.5.20rc2-py3-none-any.whl
Size 79.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
0274328ea3e91364b825ad2ab0a84e818f1706891c81680acb1e267ba1e7565b
BLAKE2b-256 checksum
How to use checksums
6af7249ddc53c35f9aee7688453ee5e268d3a72f389519f65c537c7b6c55b6aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page