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:58:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-6832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elwin Arens updated AIRFLOW-6832:
---------------------------------
    Description: 
The WasbHook is currently broken as-is when using a sas toke. to authenticate, because the 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.

  was:
The WasbHook is currently broken as-is when using a sas token to authenticate, 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.


> 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
>            Priority: Major
>             Fix For: 2.0.0, 1.10.10
>
>
> The WasbHook is currently broken as-is when using a sas token to authenticate, because the 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)