Minor 1.11.0 break 1.10.4 on drop_constraint() takes 2 positional arguments but 3 were given
#1245
Labels
drop_constraint() takes 2 positional arguments but 3 were given
#1245
Describe the bug
I'm using airflow, and it's depends on
alembic<2.0,>=1.5.1
(Airflow 2.3.4)Since yesterday, we are experiencing an issue that:
It seems like, from some reason, that alembic 1.11.0 breaks 1.10.4
Expected behavior
To Reproduce
Please try to provide a Minimal, Complete, and Verifiable example, with the migration script and/or the SQLAlchemy tables or models involved.
See also Reporting Bugs on the website.
Install airflow 2.3.4
run
airflow db init
# Insert code here
Error
Versions.
Additional context
Currently, we strict our alembic version in out
requirements.txt
just want to raise this flag 🎏Have a nice day!
The text was updated successfully, but these errors were encountered: