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 7689d75 commit 1ec8c45Copy full SHA for 1ec8c45
src/databricks/sql/backend/types.py
@@ -169,7 +169,7 @@ def get_protocol_version(self):
169
Get the server protocol version for this session.
170
171
Returns:
172
- The server protocol version or None if it does not exist
+ The server protocol version or None if it does not exist
173
It is not expected to exist for SEA sessions.
174
"""
175
return self.properties.get("serverProtocolVersion")
0 commit comments