There was an error while loading. Please reload this page.
1 parent 4270930 commit 26a98c6Copy full SHA for 26a98c6
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