ysrotciv opened a new issue #11796: URL: https://github.com/apache/incubator-superset/issues/11796
A clear and concise description of what the bug is. ### Expected results show content correctly in preview tab under SQL lab ### Actual results clickhouse error: 'utf-8' codec can't decode byte 0xcc in position 69: invalid continuation byte #### Screenshots If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. add a SQLAlchemy URI of clickhouse in databases list with format mentioned in document 'clickhouse://default@XXXXXXXX:8124/tutorial' 2.choose a table with utf-8 character 3. Preview tab show error 'clickhouse error: 'utf-8' codec can't decode byte 0xcc in position 69: invalid continuation byte' ### Environment (please complete the following information): deploy with docker - superset version: `0.37.2` - python version: `3.7.9` - node.js version: `v4.2.6` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
