We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaf047 commit c730648Copy full SHA for c730648
src/databricks/sqlalchemy/base.py
@@ -82,7 +82,7 @@ class DatabricksDialect(default.DefaultDialect):
82
EMPTY_FK = EMPTY_INDEX = []
83
84
@classmethod
85
- def dbapi(cls):
+ def import_dbapi(cls):
86
return sql
87
88
def _force_paramstyle_to_native_mode(self):
0 commit comments