Skip to content

Commit

Permalink
Made error message more clear
Browse files Browse the repository at this point in the history
Signed-off-by: nithinkdb <[email protected]>
  • Loading branch information
nithinkdb committed Sep 29, 2023
1 parent 4270930 commit 26a98c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/sql/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def execute(
self.connection.get_session_protocol_version()
< ttypes.TProtocolVersion.SPARK_CLI_SERVICE_PROTOCOL_V8
):
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")
else:
parameters = named_parameters_to_tsparkparams(parameters)

Expand Down

0 comments on commit 26a98c6

Please sign in to comment.