You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/24 14:00:50 UTC

[GitHub] [superset] anilvpatel21 edited a comment on issue #12881: can't connect clickhouse db using superset occur ERROR: Could not load database driver: clickhouse

anilvpatel21 edited a comment on issue #12881:
URL: https://github.com/apache/superset/issues/12881#issuecomment-778374116


   alt_hosts – list of alternative hosts for connection. Example: `clickhouse://username:password@host:port/database?alt_hosts=host1:port1,host2:port2`
   
   It will assure that if the host is failing it will connect to the alternate host for the high availability. 
   
   As in Apache superset this parameters are not acceptable, may be it's a problem of sqlachemy-clickhouse driver. 
   
   Also I tried clickhouse-sqlachemy driver which depends on clickhouse-driver and the driver gets loaded and connection is established using TCP protocol, but somehow did not received acknowledgement. It also a problem of the driver here. 
   
    How to assure high availability of clickhouse database while connecting using superset?
   
   8123 worked because it runs on the http protocol.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org