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/03/02 19:22:36 UTC

[GitHub] [airflow] ecerulm commented on pull request #14560: Print proper provider version in airflow info command

ecerulm commented on pull request #14560:
URL: https://github.com/apache/airflow/pull/14560#issuecomment-789152510


   I think you noticed already but the issue was really that I installed `pip install apache-airflow-providers-amazon==1.2.0rc1` but `airflow info` reported `1.2.0` instead of `1.2.0rc1` and I found that confusing . Steps to reproduce: 
   
   ```
   mkdir ~/tmp/test
   cd ~/tmp/test
   pyenv shell 3.8.2
   python3 -m venv venv
   source venv/bin/activate
   pip install -U pip==20.2.4
   pip install apache-airflow==2.0.1
   pip install "apache-airflow-providers-amazon==1.2.0rc1"
   airflow info # shows 1.2.0 when 1.2.0rc1 is more correct
   ```


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