potiuk commented on issue #13185:
URL: https://github.com/apache/airflow/issues/13185#issuecomment-781591730


   > Why can't we ship the fix to 1.10.x release? :)
   
   We could potentially. But it would require 
https://github.com/apache/airflow/pull/12188 to be back-ported (and possibly 
few other PRs. I am sure @ephraimbuddy would not be so happy because I think 
that was one of the most "troublesome" changes he went through ;) 
   
   Honestly - it is much simpler via backports, even if requires some of hassle 
with installed packages.
   
   > I don't have azure as an explicit dependency. So I would have to remove 
azure-storage and reinstall the azure-storage-blob. Can this be automate 
somehow? :D I mean adding sth to requirements. Or do I have to write bash for 
that one?
   
   We could potentially add `azure-storage==0.37.0`. One "good" thing Azure 
team did there was that they added 0.37.0 version of the deprecated package 
that removes the "azure.storage" folder. BUT. This is again tricky. Because 
depending on the order of installation we can first install 
`azure-storage-blob`, then `azure-storage==0.36.0` then `azure-storage== 
0.37.0` and puff! whole azure.storage dir is gone.
   
   It would have to be an external script. I think it's worth to add. such 
snipped of 'pip uninistall && pip install ` would be nice  but I'd say it 
should be in documentation. We really want to limit our investment in 1.10 and 
if we can document workaround and tell people ("but in 2.0 you do not have to 
do it - so migrate") - this is the best we can do.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to