From f0f9bcda3477f105b1f98bfbc10fa91db6557001 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 13 Jan 2025 08:19:09 -0800 Subject: [PATCH] Add info about Python client spooling support --- docs/src/main/sphinx/client/client-protocol.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/sphinx/client/client-protocol.md b/docs/src/main/sphinx/client/client-protocol.md index f3a693e29989..793cf7ae0b7a 100644 --- a/docs/src/main/sphinx/client/client-protocol.md +++ b/docs/src/main/sphinx/client/client-protocol.md @@ -114,6 +114,8 @@ The following client drivers and client applications support the spooling protoc * [Trino JDBC driver](jdbc-spooling-protocol), version 466 and newer * [Trino command line interface](cli-spooling-protocol), version 466 and newer +* [Trino Python client](https://github.com/trinodb/trino-python-client), version + 0.332.0 and newer Refer to the documentation for other your specific client drivers and client applications for up to date information.