From c95d6bf88f6ace0a07829893861fadfd235dcaa4 Mon Sep 17 00:00:00 2001 From: Rich Raposa Date: Fri, 7 Jan 2022 08:45:53 -0700 Subject: [PATCH] Update clickhouse.mdx (#17937) There is a contradiction on this page - the requirements show `clickhouse-sqlalchemy` and then there is this sentence stating that the recommended connector is `sqlalchemy-clickhouse`, which is somewhat of an abandoned driver that is not seeing any activity in Github. I would suggest either removing the sentence about "recommended connector" or changing the link (as I have done in this PR). --- docs/src/pages/docs/Connecting to Databases/clickhouse.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/Connecting to Databases/clickhouse.mdx b/docs/src/pages/docs/Connecting to Databases/clickhouse.mdx index 3b9aa776aed0..ac88b2bf1a15 100644 --- a/docs/src/pages/docs/Connecting to Databases/clickhouse.mdx +++ b/docs/src/pages/docs/Connecting to Databases/clickhouse.mdx @@ -23,7 +23,7 @@ clickhouse-sqlalchemy>=0.1.6 ``` The recommended connector library for Clickhouse is -[sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse). +[clickhouse-sqlalchemy](https://github.com/xzkostyan/clickhouse-sqlalchemy). The expected connection string is formatted as follows: