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.
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 |
---|---|
|
|
|
Removes unnecessary AzureContainerInstance connection type (#15514)
This change removes azure_container_instance_default
connection type and replaces it with the
azure_default
. The problem was that AzureContainerInstance was not needed as it was exactly the
same as the plain "azure" connection, however it's presence caused duplication in the field names
used in the UI editor for connections and unnecessary warnings generated. This version uses
plain Azure Hook and connection also for Azure Container Instance. If you already have
azure_container_instance_default
connection created in your DB, it will continue to work, but
the first time you edit it with the UI you will have to change it's type to azure_default
.
Add dynamic connection fields to Azure Connection (#15159)
Fix 'logging.exception' redundancy (#14823)
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.