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/17 07:42:41 UTC

[GitHub] [superset] save-my-heart commented on issue #16276: [Question]Receive inconsistent query results when connected to Clickhouse(?)

save-my-heart commented on issue #16276:
URL: https://github.com/apache/superset/issues/16276#issuecomment-900070399


   When you use `clickhouse-sqlalchemy`, it is better to use native tcp interface.
   Change your sqlalchemy uri to this: `clickhouse+native://<user>:<password>@<host>:<port>/<database>[?key=value..]
   `.
   If you prefer http interface, see this: [clickhouse-sqlalchemy #134](https://github.com/xzkostyan/clickhouse-sqlalchemy/pull/134)
   


-- 
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