Taragolis commented on issue #27788: URL: https://github.com/apache/airflow/issues/27788#issuecomment-1321159444
Due to information that you provided you only install additional packages into webserver container after started it however you need to install into all of containers/services (at least scheduler/worker). This is not a bug of Airflow. I would suggest install packages during build image based on airflow image or customise airflow image. Links below might help you: - https://airflow.apache.org/docs/docker-stack/build.html#building-the-image - https://airflow.apache.org/docs/docker-stack/build.html#customizing-the-image -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
