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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
