omarish commented on issue #14266:
URL: https://github.com/apache/airflow/issues/14266#issuecomment-786298240


   I worked around this by adding another Dockerfile with the pip install:
   
   ```dockerfile
   FROM apache/airflow:2.0.1
   RUN pip uninstall  --yes azure-storage && pip install -U azure-storage-blob 
apache-airflow-providers-microsoft-azure==1.1.0
   ```


----------------------------------------------------------------
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