zhaoyongjie commented on issue #11796:
URL:
https://github.com/apache/incubator-superset/issues/11796#issuecomment-732751503
@yahwang try setting engine_params to UTF-8
DATA -> DATABASES -> select clickhouse instance. editing Extra
```
{
"metadata_params": {},
"engine_params": {"encoding": "UTF-8"},
"metadata_cache_timeout": {},
"schemas_allowed_for_csv_upload": []
}
```
create_engine('clickhouse://default:@localhost/test', encoding='utf-8',
echo=True)
----------------------------------------------------------------
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]