We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b68d0f commit d65019aCopy full SHA for d65019a
src/databricks/sql/__init__.py
@@ -68,7 +68,7 @@ def __repr__(self):
68
DATE = DBAPITypeObject("date")
69
ROWID = DBAPITypeObject()
70
71
-__version__ = "4.0.0"
+__version__ = "3.7.0"
72
USER_AGENT_NAME = "PyDatabricksSqlConnector"
73
74
# These two functions are pyhive legacy
0 commit comments