Support for SQLAlchemy 2.0 #1158
-
I've just started a new project with SQLAlchemy 2.0 and am now looking to integrate a migration tool into the mix and saw that Alembic was the SQLAlchemy supported tool. I wasn't able to find anything on whether Alembic has been updated to work with 2.0 yet or if it should work out of the box currently and am trying to track down which piece currently doesn't work (could be CockroachDB Dialect or something else specific). Is Alembic supposed to work with SQLAlchemy 2.0 out of the box?
Thanks! ps: Hope this is the right place for this discussion. I'm just trying to narrow down possibilities while debugging |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Yes alembic supports sqlalchemy v2. |
Beta Was this translation helpful? Give feedback.
Hi,
Yes alembic supports sqlalchemy v2.
The error you are seeing comes from the external dialect that you are using. I suggest raising the issue with their maintainers