You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class <class 'shillelagh.backends.apsw.dialects.gsheets.APSWGSheetsDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
Expected behavior
The query should execute without any deprecation warnings.
I'm not fluent in English, so some expressions may be unnatural. Sorry.
Describe the bug
A
SADeprecationWarning
occurs when executing a query.To Reproduce
Expected behavior
The query should execute without any deprecation warnings.
Environment
3.13.2
pip freeze
output):Additional context
It seems that
dbapi()
has been deprecated in favor ofimport_dbapi()
. Could you provide guidance on how to resolve this warning?The text was updated successfully, but these errors were encountered: