Content¶
References
Resources
Commits
apache-airflow-providers-microsoft-azure
¶This is a provider package for microsoft.azure
provider. All classes for this provider package
are in airflow.providers.microsoft.azure
python package.
Note
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
pip install --upgrade pip==20.2.4
or, in case you use Pip 20.3, you need to add option
--use-deprecated legacy-resolver
to your pip install command.
You can install this package on top of an existing airflow 2.* installation via
pip install apache-airflow-providers-microsoft-azure
PIP package |
Version required |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified provider packages in order to use them.
You can install such cross-provider dependencies when installing from PyPI. For example:
Dependent package |
Extra |
---|---|
|
|
|
A bunch of template_fields_renderers additions (#15130)
Fix attributes for AzureDataFactory hook (#14704)
Add Azure Data Factory hook (#11015)
BugFix: Fix remote log in azure storage blob displays in one line (#14313)
Fix AzureDataFactoryHook failing to instantiate its connection (#14565)
Updated documentation and readme files.
Upgrade azure blob to v12 (#12188)
Fix Azure Data Explorer Operator (#13520)
add AzureDatalakeStorageDeleteOperator (#13206)
Initial version of the provider.