Skip to content

Commit

Permalink
Merge pull request #2525 from ClickHouse/gg/clickhouse_connect_0_7_17
Browse files Browse the repository at this point in the history
Add new global parameter to clickhouse-connect docs
  • Loading branch information
genzgd authored Jul 24, 2024
2 parents 85b41aa + 14624c1 commit 7e8be66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/en/integrations/language-clients/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ to Apache Superset. Use the `ClickHouse Connect` database connection, or `click
string.


This documentation is current as of the beta release 0.7.16.
This documentation is current as of the beta release 0.7.17.

:::note
The official ClickHouse Connect Python driver uses HTTP protocol for communication with the ClickHouse server.
Expand Down Expand Up @@ -174,7 +174,7 @@ the following arguments:
| pool_mgr | obj | *<default PoolManager>* | The `urllib3` library PoolManager to use. For advanced use cases requiring multiple connection pools to different hosts. |
| http_proxy | str | *None* | HTTP proxy address (equivalent to setting the HTTP_PROXY environment variable). |
| https_proxy | str | *None* | HTTPS proxy address (equivalent to setting the HTTPS_PROXY environment variable). |
| apply_server_timezone | bool | True | Use server timezone for timezone aware query results. See [Timezone Precedence])(#time-zones) |
| apply_server_timezone | bool | True | Use server timezone for timezone aware query results. See [Timezone Precedence](#time-zones) |

#### HTTPS/TLS Arguments

Expand Down Expand Up @@ -1008,6 +1008,7 @@ Eight global settings are currently defined:
| readonly | 0 | 0, 1 | Implied "read_only" ClickHouse settings for versions prior to 19.17. Can be set to match the ClickHouse "read_only" value for settings to allow operation with very old ClickHouse versions |
| use_protocol_version | True | True, False | Use the client protocol version. This is needed for DateTime timezone columns but breaks with the current version of chproxy |
| max_error_size | 1024 | | Maximum number of characters that will be returned in a client error messages. Use 0 for this setting to get the full ClickHouse error message. Defaults to 1024 characters. |
| send_os_user | True | True, False | Include the detected operating system user in client information sent to ClickHouse (HTTP User-Agent string) |

### Compression

Expand Down

0 comments on commit 7e8be66

Please sign in to comment.