You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Elwin Arens (Jira)" <ji...@apache.org> on 2020/02/18 11:57:00 UTC

[jira] [Created] (AIRFLOW-6832) Legacy Azure storage package used

Elwin Arens created AIRFLOW-6832:
------------------------------------

             Summary: Legacy Azure storage package used
                 Key: AIRFLOW-6832
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6832
             Project: Apache Airflow
          Issue Type: Bug
          Components: dependencies
    Affects Versions: 1.10.9
            Reporter: Elwin Arens
             Fix For: 2.0.0, 1.10.10


The WasbHook is currently broken as-is, because a legacy azure-storage package is used.

The setup.py for azure uses the legacy package azure-storage, as mentioned on GitHub issue [https://github.com/Azure/azure-storage-python/issues/462#issuecomment-395874674]

and also as documented on the pip package azure-storage-common [https://pypi.org/project/azure-storage-common/] 

 

Solution could be replacing the azure-storage package with azure-storage-common.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)