You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/19 19:18:16 UTC

[GitHub] [airflow] JasonPierce edited a comment on issue #14266: Azure Provider related WARNING in webserver (version 2.0.1)

JasonPierce edited a comment on issue #14266:
URL: https://github.com/apache/airflow/issues/14266#issuecomment-782286146


   Happening in `apache/airflow:2.0.1-python3.8`, as well.
   
   Workaround:
   
   1. Start Airflow: `docker-compose up`
   2. Open bash in webserver container: `docker exec -it airflow_airflow-webserver_1 /bin/bash` (use `docker ps` to find your webserver container name)
   3. Install azure-storage-blob (thanks @kaxil): `pip uninstall --yes azure-storage && pip install -U azure-storage-blob apache-airflow-providers-microsoft-azure==1.1.0`
   
   Didn't have to restart webserver, it just started working after running steps 1-3. YMMV.


----------------------------------------------------------------
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:
users@infra.apache.org