janantos commented on issue #7991: can't add clickhouse database (allways connecting as default user) URL: https://github.com/apache/incubator-superset/issues/7991#issuecomment-527567387 yes I have been successful, as mentioned earlier. I have found solution. You need to downgrade infi.clickhouse_orm to version 1.0.4 and then it will work. Also you will be receiving errors about decimal data types, his can be solved with installing sqlalchemy-clickhouse from GitHub and not from PIP. You can install it using pip command. Also in superset 0.34 the SQL Lab save as table functionality will not work, as Clickhouse does not use standard SQL.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
