Skip to content

Commit 605d756

Browse files
committed
Made error message more clear
1 parent fd1ab6d commit 605d756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/databricks/sql/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def execute(
509509
self.connection.get_session_protocol_version()
510510
< ttypes.TProtocolVersion.SPARK_CLI_SERVICE_PROTOCOL_V8
511511
):
512-
raise Error("Parameterized operations are not supported by this server")
512+
raise Error("Parameterized operations are not supported by this server. Support will begin with server version DBR 14.1")
513513
else:
514514
parameters = named_parameters_to_tsparkparams(parameters)
515515

0 commit comments

Comments
 (0)