You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/07/21 11:59:38 UTC

[superset] branch master updated: fix(docs): respect no_proxy environment variable (#23816)

This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new a80ec15f4c fix(docs): respect no_proxy environment variable (#23816)
a80ec15f4c is described below

commit a80ec15f4c87597ca83f509f1836771055f46346
Author: karsten-wagner <39...@users.noreply.github.com>
AuthorDate: Fri Jul 21 13:59:31 2023 +0200

    fix(docs): respect no_proxy environment variable (#23816)
---
 docs/docs/databases/clickhouse.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/databases/clickhouse.mdx b/docs/docs/databases/clickhouse.mdx
index 424e50da93..a80a0e1ffd 100644
--- a/docs/docs/databases/clickhouse.mdx
+++ b/docs/docs/databases/clickhouse.mdx
@@ -10,13 +10,13 @@ version: 1
 To use ClickHouse with Superset, you will need to add the following Python library:
 
 ```
-clickhouse-connect>=0.4.1
+clickhouse-connect>=0.6.8
 ```
 
 If running Superset using Docker Compose, add the following to your `./docker/requirements-local.txt` file:
 
 ```
-clickhouse-connect>=0.4.1
+clickhouse-connect>=0.6.8
 ```
 
 The recommended connector library for ClickHouse is