fix(docs): respect no_proxy environment variable (#23816)

This commit is contained in:
karsten-wagner 2023-07-21 13:59:31 +02:00 committed by GitHub
parent ac19f58cf6
commit a80ec15f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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