szn commented on issue #8088:
URL: https://github.com/apache/airflow/issues/8088#issuecomment-715959080


   I have a case needed to be clarified:
   
   `setup.py:`
   ```python
   ...
   EXTRAS_REQUIREMENTS = {
       'amazon': amazon,
       'aws': amazon,  # TODO: remove this in Airflow 2.1
   ```
   
   `installation.rst:`
   ```
   | aws                 | ``pip install 'apache-airflow[amazon]'``            
| Amazon Web Services |
   ```
   
   As far as I understand this is one extras (`amazon`) with additional alias 
(`aws`). I would expect the official name to be mentioned in `installation.rst` 
file (`amazon`). **Q1: right?**
   
   **Q2:** is `TODO remove` saying _remove alias_ or _remove extras_ and should 
actually be doubled in `setup.py`?
   
   


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


Reply via email to