Content¶
References
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.1+ 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:
pip install apache-airflow-providers-microsoft-azure[google]
Dependent package |
Extra |
---|---|
|
|
|
|
|
You can download officially released packages and verify their checksums and signatures from the Official Apache Download site
The apache-airflow-providers-microsoft-azure 3.5.0 sdist package (asc, sha512)
The apache-airflow-providers-microsoft-azure 3.5.0 wheel package (asc, sha512)
Azure: New sftp to wasb operator (#18877)
Removes InputRequired validation with azure extra (#20084)
Add operator link to monitor Azure Data Factory pipeline runs (#20207)
Remove unnecessary connection form customizations in Azure (#19595)
Update Azure modules to comply with AIP-21 (#19431)
Remove 'host' from hidden fields in 'WasbHook' (#19475)
use DefaultAzureCredential if login not provided for Data Factory (#19079)
Fix argument error in AzureContainerInstancesOperator (#19668)
update azure cosmos to latest version (#18695)
Added sas_token var to BlobServiceClient return. Updated tests (#19234)
Add pre-commit hook for common misspelling check in files (#18964)
Fix changelog for Azure Provider (#18736)
Expanding docs on client auth for AzureKeyVaultBackend (#18659)
Static start_date and default arg cleanup for Microsoft providers example DAGs (#19062)
Rename AzureDataLakeStorage to ADLS (#18493)
Creating ADF pipeline run operator, sensor + ADF custom conn fields (#17885)
Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator (#18168)
Rename FileToWasbOperator to LocalFilesystemToWasbOperator (#18109)
Fixed wasb hook attempting to create container when getting a blob client (#18287)
Removing redundant relabeling of password conn field (#18386)
Proper handling of Account URL custom conn field in AzureBatchHook (#18456)
Proper handling of custom conn field values in the AzureDataExplorerHook (#18203)
Changes in operators names and import paths are listed in the following table This is a backward compatible change. Deprecated operators will be removed in the next major release.
Deprecated operator name |
New operator name |
Deprecated path |
New path |
AzureDataLakeStorageListOperator |
ADLSListOperator |
airflow.providers.microsoft.azure.operators.adls_list |
airflow.providers.microsoft.azure.operators.adls |
AzureDataLakeStorageDeleteOperator |
ADLSDeleteOperator |
airflow.providers.microsoft.azure.operators.adls_delete |
airflow.providers.microsoft.azure.operators.adls |
Optimise connection importing for Airflow 2.2.0
Adds secrets backend/logging/auth information to provider yaml (#17625)
Add support for managed identity in WASB hook (#16628)
Reduce log messages for happy path (#16626)
Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)
Auto-apply apply_default decorator (#15667)
Warning
Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
automatically and you will have to manually run airflow upgrade db
to complete the migration.
Fixes AzureFileShare connection extras (#16388)
Azure Container Volume
and Azure File Share
have now dedicated connection types with editable
UI fields. You should not use Wasb
connection type any more for those connections. Names of
connection ids for those hooks/operators were changed to reflect that.
add oracle connection link (#15632)
Add delimiter argument to WasbHook delete_file method (#15637)
Fix colon spacing in ``AzureDataExplorerHook
docstring (#15841)``
fix wasb remote logging when blob already exists (#16280)
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.