Skip to content

Commit

Permalink
fix(docs): respect no_proxy environment variable (#23816)
Browse files Browse the repository at this point in the history
  • Loading branch information
karsten-wagner authored Jul 21, 2023
1 parent ac19f58 commit a80ec15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/databases/clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a80ec15

Please sign in to comment.