raphaelauv edited a comment on issue #12881:
URL: https://github.com/apache/superset/issues/12881#issuecomment-771978976


   same for me , maybe **sqlalchemy-clickhouse** is not part of the docker 
image of dev
   
   using the docker-compose of the repo for superset
   
   ```shell
   superset/superset$ docker-compose up -d
   ```
   
    and this clickhouse-server :
   
   ```shell
   docker run --rm -e CLICKHOUSE_DB=my_database -e CLICKHOUSE_USER=username -e 
CLICKHOUSE_PASSWORD=password -p 9001:9000/tcp yandex/clickhouse-server:21.1.2
   ```
   
   with this SQLALCHEMY URI :
   
   ```
   clickhouse://username:password@localhost:9001/my_database
   ```


----------------------------------------------------------------
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]

Reply via email to