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

explicitly set supports_statement_cache #5

Merged
merged 1 commit into from
May 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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