From https://github.com/apache/airflow/pull/6442#issuecomment-557574440
just tried doing an upgrade to 1.10.6 followed by an upgrade to master:
git checkout 1.10.6 alembic upgrade heads git checkout master alembic upgrade heads
Result is
ERROR [alembic.util.messaging] Requested revision 74effc47d867 overlaps with other requested revisions 004c1210f153 FAILED: Requested revision 74effc47d867 overlaps with other requested revisions 004c1210f153
I think this demonstrates the issue.
- links to