Kaxil Naik created AIRFLOW-6046:
-----------------------------------
Summary: Fix Alembic migrations & sync it to 1.10.*
Key: AIRFLOW-6046
URL: https://issues.apache.org/jira/browse/AIRFLOW-6046
Project: Apache Airflow
Issue Type: Bug
Components: database
Affects Versions: 2.0.0
Reporter: Kaxil Naik
Assignee: Kaxil Naik
Fix For: 2.0.0
>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:
{noformat}
git checkout 1.10.6
alembic upgrade heads
git checkout master
alembic upgrade heads
{noformat}
Result is
{noformat}
ERROR [alembic.util.messaging] Requested revision 74effc47d867 overlaps with
other requested
revisions 004c1210f153
FAILED: Requested revision 74effc47d867 overlaps with other requested
revisions 004c1210f153
{noformat}
I think this demonstrates the issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)