From 437c500a77dd395fd7164eb8d5dfffba36bf4d28 Mon Sep 17 00:00:00 2001 From: Rich Raposa Date: Wed, 5 Jan 2022 10:02:44 -0700 Subject: [PATCH] Update clickhouse.mdx 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 3b9aa776aed09..ac88b2bf1a150 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: