kaxil edited a comment 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:
   
   ```bash
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to