-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new methods in SQLAlchemy 2.0 #512
Comments
With the new SQLAlchemy 2.0 version Line 264 in 747e1da
|
This is also related:
which stems from here: Line 231 in 747e1da
Versions used:
|
Any solution on it? |
This seems fixed in #538
Currently SQLAlchemy related tests run with v2 for Python 3.* and v1 with Python2.*, so to some degree both are tested. I used SQLAlchemy only briefly, so inputs are welcome in this area, for example what to add to https://github.com/cloudera/impyla/blob/master/impala/tests/test_sqlalchemy.py to catch these issues |
SQLAlchemy 2.0 was released in January and the documentation indicates a number of new functions.
Clearly not all of these are relevant in the context of Impala, but it would be good to stub these functions so that Impala can be used by SQLAlchemy applications that assume these functions are implemented.
Additionally please include the version of SQLAlchemy in the README.
The text was updated successfully, but these errors were encountered: