raphaelauv commented on issue #12881:
URL: https://github.com/apache/superset/issues/12881#issuecomment-776574545
@suedschwede thank for your help
I changed the clickhouse conf to :
```
clickhouse_db:
image: yandex/clickhouse-server:20.8
environment:
CLICKHOUSE_DB: my_database
ports:
- 9000:9000
- 8123:8123
```
I can connect from dbeaver without setting a user and password.
And this URI work in superset
> clickhouse://clickhouse_db:8123/my_database

@hodgesrm your solution work also when there is no defined user and password
> clickhouse://clickhouse_db/my_database
I will give a try to pip install infi.clickhouse_orm==1.0.4
----------------------------------------------------------------
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]