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


   Next question:
   
   Some extras are defined in a `name: name` style (see `cloudant` below). 
Others define it's name and alias (see `atlas` below). And there is `async` 
extras which defines only alias (see below).
   
   `setup.py:`
   ```
       'cloudant': cloudant,
   
       'atlas': atlas,
       'apache.atlas': atlas,
   
       'async': async_packages,
   ```
   
    **Q3:** Should actually `async` be defined twice in `setup.py` same as 
`atlas`?
   **Q4:** If not, what's the difference between them?


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