Skip to content

Commit e7510f5

Browse files
remove sqlalchemy warning
1 parent 90bedb7 commit e7510f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/databricks/sqlalchemy/dialect/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ class DatabricksDialect(default.DefaultDialect):
8686
@classmethod
8787
def dbapi(cls):
8888
return sql
89+
90+
@classmethod
91+
def import_dbapi(cls):
92+
return sql
8993

9094
def create_connect_args(self, url):
9195
# TODO: can schema be provided after HOST?

0 commit comments

Comments
 (0)