Uh oh!
There was an error while loading. Please reload this page.
[AIRFLOW-6046] Fix Alembic migrations & sync it to 1.10.* - #6642
Conversation
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 upgradeOur original report is @mattinbits . Can you please test the upgrade with this PR @mattinbits too ? |
mattinbits
commented
Nov 22, 2019
I can but unfortunately it might take a few days- I was testing this in the office and will be back there Tuesday |
mattinbits
commented
Nov 22, 2019
OK, I managed to test it. Using the same approach with running alembic directly. Looks good to me. |
kaxil
commented
Nov 22, 2019
Thanks for confirming, have a nice weekend. |
codecov-io
commented
Nov 22, 2019
Codecov Report
@@ Coverage Diff @@## master #6642 +/- ##
==========================================
- Coverage 83.72% 83.24% -0.49%
==========================================
Files 672 672 Lines 37567 37567 ==========================================
- Hits 31454 31273 -181 - Misses 6113 6294 +181
Continue to review full report at Codecov.
|
Fokko
commented
Nov 23, 2019
Thanks for picking this up @kaxil 👍 |
Make sure you have checked all steps below.
Jira
Description
From [AIRFLOW-5771] Straighten out alembic migrations #6442 (comment)
just tried doing an upgrade to 1.10.6 followed by an upgrade to master:
Result is
Tests
Commits
Documentation