potiuk commented on issue #11464: URL: https://github.com/apache/airflow/issues/11464#issuecomment-711153792
Btw. The installation from sources for providers has already been merged @obarisk . See #11529 -> by default when you install Airflow from sources with 'pip install -e .' - this works out-of-the-box, for installing via 'pip install .' you can set``INSTALL_PROVIDERS_FROM_SOURCES`` env variable to "true" and it will install the providers together with airflow. In Dockerfiles, when you install them from sources, all providers will be installed by default, but when you install Airflow from PyPI or binary packages, you will have to manually add all providers that are needed. I think it really nicely balances the development vs. production needs of users. ---------------------------------------------------------------- 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]
