ysrotciv commented on issue #11796:
URL:
https://github.com/apache/incubator-superset/issues/11796#issuecomment-732778444
> Try to use this script in the same environment to check whether if you can
display UTF-8 table name
>
> ```
> from sqlalchemy import create_engine, inspect
>
> engine = create_engine("clickhouse://<DBURI>")
> inspector = inspect(engine)
> inspector.get_table_names()
> ```
>>> from sqlalchemy import create_engine, inspect
>>> engine =
create_engine("clickhouse://[email protected]:8124/tutorial")
>>> inspector = inspect(engine)
>>> inspector.get_table_names()
['hits_v1', 'hits_v1_nre', 'visits_v1']
----------------------------------------------------------------
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]