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 2019/11/22 18:25:57 UTC

[GitHub] [airflow] kaxil commented on issue #6642: [AIRFLOW-6046] Fix Alembic migrations & sync it to 1.10.*

kaxil commented on issue #6642: [AIRFLOW-6046] Fix Alembic migrations & sync it to 1.10.*
URL: https://github.com/apache/airflow/pull/6642#issuecomment-557640161
 
 
   I have tested it with:
   
   ```
   mkdir airflow_templ
   export AIRFLOW_HOME=~/airflow_templ
   mkvirtualenv airflow_templ
   workon airflow_templ
   pip install apache-airflow
   workon airflow_templ
   which airflow      # Confirm Airflow Version
   airflow initdb
   pip install -U -e . # Update to Airflow master
   which airflow      # Confirm Airflow Version
   airflow version
   airflow db upgrade
   ```

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


With regards,
Apache Git Services