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 2020/10/12 11:28:35 UTC

[GitHub] [airflow] potiuk opened a new issue #11464: Make extras install corresponding provider packages.

potiuk opened a new issue #11464:
URL: https://github.com/apache/airflow/issues/11464


   


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



[GitHub] [airflow] mjpieters commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
mjpieters commented on issue #11464:
URL: https://github.com/apache/airflow/issues/11464#issuecomment-724880264


   I suspect that the list of provider packages is too broad; there is no `apache-airflow-providers-statsd` package, for example. Should I file a new bug?


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



[GitHub] [airflow] potiuk commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #11464:
URL: https://github.com/apache/airflow/issues/11464#issuecomment-724883186


   > I suspect that the list of provider packages is too broad; there is no `apache-airflow-providers-statsd` package, for example. Should I file a new bug?
   
   We have one issue filed for it here: https://github.com/apache/airflow/issues/12255


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



[GitHub] [airflow] ashb closed issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
ashb closed issue #11464:
URL: https://github.com/apache/airflow/issues/11464


   


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



[GitHub] [airflow] potiuk commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #11464:
URL: https://github.com/apache/airflow/issues/11464#issuecomment-711152991


   @kaxil  - since we agreed that PyPI releases will be done in Beta, I changed the milestone to beta1 for this one.


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



[GitHub] [airflow] ashb commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
ashb commented on issue #11464:
URL: https://github.com/apache/airflow/issues/11464#issuecomment-724282055


   I'll merge this in a moment, one final PR to fix readme of packages coming up.


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



[GitHub] [airflow] obarisk commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
obarisk commented on issue #11464:
URL: https://github.com/apache/airflow/issues/11464#issuecomment-710768962


   The `apache-airlfow-providers-google` package is not on PyPI.


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



[GitHub] [airflow] potiuk commented on issue #11464: Make extras install corresponding provider packages.

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #11464:
URL: https://github.com/apache/airflow/issues/11464#issuecomment-710775120


   Yep. Not yet - we are going to release it when we get to Beta level, that's why I am implementing it in the way to work-around it and to be able to work without those packages being released (but it will also have to work in case when we install airflow for development from sources - see the discussion in #11526 


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