Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
explicitly set supports_statement_cache (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn committed May 6, 2022
1 parent b2d2215 commit 80f2f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlalchemy_databricks/_dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
class DatabricksDialect(HiveDialect):
name = "databricks"
driver = "connector" # databricks-sql-connector
supports_statement_cache = False # can this be True?

@classmethod
def dbapi(cls):
Expand Down

0 comments on commit 80f2f46

Please sign in to comment.