Skip to content

Commit c6468e2

Browse files
Blargianachen88
andauthored
Update docs/integrations/language-clients/python/index.md
Co-authored-by: Andrew Chen <andrew@decagon.ai>
1 parent 6625dd2 commit c6468e2

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/language-clients/python

1 file changed

+1
-1
lines changed

docs/integrations/language-clients/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ Ten global settings are currently defined:
10451045
| autogenerate_session_id | True | True, False | Autogenerate a new UUID(1) session id (if not provided) for each client session. If no session id is provided (either at the client or query level, ClickHouse will generate random internal id for each query |
10461046
| invalid_setting_action | 'error' | 'drop', 'send', 'error' | Action to take when an invalid or readonly setting is provided (either for the client session or query). If `drop`, the setting will be ignored, if `send`, the setting will be sent to ClickHouse, if `error` a client side ProgrammingError will be raised |
10471047
| dict_parameter_format | 'json' | 'json', 'map' | This controls whether parameterized queries convert a Python dictionary to JSON or ClickHouse Map syntax. `json` should be used for inserts into JSON columns, `map` for ClickHouse Map columns |
1048-
| product_name | | | A string that is passed with the query to clickhouse for tracking the app using ClickHouse Connect. Should be in the form &lt;product name;&gt/&lt;product version&gt; |
1048+
| product_name | | | A string that is passed with the query to clickhouse for tracking the app using ClickHouse Connect. Should be in the form `<product_name>/<product_version>` |
10491049
| max_connection_age | 600 | | Maximum seconds that an HTTP Keep Alive connection will be kept open/reused. This prevents bunching of connections against a single ClickHouse node behind a load balancer/proxy. Defaults to 10 minutes. |
10501050
| 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 |
10511051
| 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 |

0 commit comments

Comments
 (0)