diff --git a/docs/docs/databases/clickhouse.mdx b/docs/docs/databases/clickhouse.mdx index 424e50da9..a80a0e1ff 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