Open hab6 opened 4 weeks ago
From discussion with @hab6 :
From quick skim of https://github.com/apache/superset/issues?q=is%3Aissue+is%3Aopen+sqlalchemy can not see an existing ticket for v2 support.
From quick skim of https://github.com/apache/superset/issues?q=is%3Aissue+is%3Aopen+sqlalchemy can not see an existing ticket for v2 support.
Issue open on Apache-Superset: https://github.com/apache/superset/issues/30734
PR #42 introduced a bug in the SQLAlchemy Ingres connector. The bug exists in connector versions
0.0.7
and0.0.8
.This line was added in that PR:
Package
sqlalchemy.sql._typing
exists in SQLAlchemy v2 but not in SQLAlchemy v1, so trying to use the SQLAlchemy Ingres connector (post #42) with SQLAlchemy v1 (current versions) will fail with this error:Reproduction
Fails with SQLAlchemy v1.4.54
Succeeds with SQLAlchemy v2.0.36
Thanks to @priyank-stack for discovering this bug.