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 fd1ab6d commit 605d756Copy full SHA for 605d756
1 file changed
src/databricks/sql/client.py
@@ -509,7 +509,7 @@ def execute(
509
self.connection.get_session_protocol_version()
510
< ttypes.TProtocolVersion.SPARK_CLI_SERVICE_PROTOCOL_V8
511
):
512
- raise Error("Parameterized operations are not supported by this server")
+ raise Error("Parameterized operations are not supported by this server. Support will begin with server version DBR 14.1")
513
else:
514
parameters = named_parameters_to_tsparkparams(parameters)
515
0 commit comments