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/07/15 12:35:05 UTC

[GitHub] [airflow] baryluk opened a new issue #17024: IMAP provider is always installed even if not selected

baryluk opened a new issue #17024:
URL: https://github.com/apache/airflow/issues/17024


   **Apache Airflow version**: 2.1.1
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): n/a
   
   **Environment**:
   
   - **Install tools**: `virtualenv`, `pip`
   
   - Python 3.9.5 (.final.0) in venv.
   - virtualenv 20.4.0
   - pip 21.0.1
   
   **What happened**:
   
   ```
   (venv) ~/airflow-testing/airflow$ pip install 'apache-airflow[postgres]'
   (venv) ~/airflow-testing/airflow$ pip install 'apache-airflow[postgres]'
   Requirement already satisfied: apache-airflow[postgres] in /home/witek/airflow-testing/venv/lib/python3.9/site-packages (2.1.1)
   ...
   Collecting apache-airflow-providers-imap
     Using cached apache_airflow_providers_imap-2.0.0-py3-none-any.whl (15 kB)
   ...
   
   Installing collected packages: apache-airflow-providers-imap
   Successfully installed apache-airflow-providers-imap-2.0.0
   ```
   
   Removing manually `apache-airflow-providers-imap` works, but then executing `pip install 'apache-airflow[postgres]'` again reinstall is.
   
   **What you expected to happen**:
   
   Not explicitly specified (or hard dependency) providers should be installed.
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #17024: IMAP provider is always installed even if not selected

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #17024:
URL: https://github.com/apache/airflow/issues/17024#issuecomment-880657771


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17024: IMAP provider is always installed even if not selected

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


   It's been agreed in the community at the time we split providers that some,  most often used providers are preinstalled.
   
   ![Screenshot 2021-07-15 18 13 02](https://user-images.githubusercontent.com/595491/125822099-5859bb2f-3d63-4376-bff4-94be4987af88.png)
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17024: IMAP provider is always installed even if not selected

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


   > Ok. I do not quite agree with that, but ok. Thanks.
   
   That's OK. It's OK to have different opinion. We argue about many things in airflow community often and often have different opinions. This is perfectly fine not to agree with someone else. However if you would like to change it feel free to start discussion about it at the devlist. https://airflow.apache.org/community/. Airflow is a community-managed project and if you have good arguments and convince the community and get to a consensus, the community might make decision to get rid of it. 
   
   Simply stating that you don't agree with something does not move a needle.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] baryluk commented on issue #17024: IMAP provider is always installed even if not selected

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


   @potiuk  I do not see "pre-installed" column.
   
   Also why? Why is it preinstalled?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17024: IMAP provider is always installed even if not selected

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


   This is intended behaviour: https://airflow.apache.org/docs/apache-airflow/stable/extra-packages-ref.html#other-extras . See "pre-installed" column. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #17024: IMAP provider is always installed even if not selected

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


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] baryluk commented on issue #17024: IMAP provider is always installed even if not selected

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


   Ok. I do not quite agree with that, but ok. Thanks.
   
   PS. The preinstalled column was hidden, because my web browser windows was not wide enough apparently.
    


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org