You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/01/07 15:47:10 UTC

[superset] branch master updated: Update clickhouse.mdx (#17937)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c95d6bf  Update clickhouse.mdx (#17937)
c95d6bf is described below

commit c95d6bf88f6ace0a07829893861fadfd235dcaa4
Author: Rich Raposa <ri...@gmail.com>
AuthorDate: Fri Jan 7 08:45:53 2022 -0700

    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 3b9aa77..ac88b2b 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: