-
Notifications
You must be signed in to change notification settings - Fork 8
SADeprecationWarning - Implement an import_dbapi() #9
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
Comments
I see this project has requirement: SQLAlchemy ('SQLAlchemy<=1.4.47') After this merge it would be I run the questdb-connect module already with SQLAlchemy 2.0. Can we work to bring this thing to SQLAlchemy 2.0 and onwards? |
@PRICEKRAKEN I am afraid raising hard-requirment to 2.0 is a no-go. Since there are still users of 1.4. I believe the latest stable version of Apache Superset still uses 1.4 too: https://github.com/apache/superset/blob/4.1.1/requirements/base.txt#L336 |
SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class <class 'questdb_connect.dialect.QuestDBDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
The text was updated successfully, but these errors were encountered: