Michaelsky0913 opened a new issue #14229:
URL: https://github.com/apache/superset/issues/14229
A clear and concise description of what the bug is.
I try to add clickhouse database, but I got an error: DB::Exception:
default: Authentication failed: password is incorrect or there is no user with
such name (version 21.3.4.25 (official build))

I think the result it's not true, because I try to use a linux shell
command to connect my clickhouse database, it succeed! The command is ```curl
192.168.13.251:8123 -udefault:123qwe```. Look the picture:

### Expected results
what you expected to happen.
Successfully add clickhouse database
### Actual results
what actually happens.
I got an error: DB::Exception: default: Authentication failed: password
is incorrect or there is no user with such name (version 21.3.4.25 (official
build))
But I think the result it's not true.
#### Screenshots
If applicable, add screenshots to help explain your problem.

#### How to reproduce the bug
1. Go to fronted page
2. Click on "Data -> Databases -> +DATABASE"
3. Type DATABASE NAME: clickhouse, and SQLALCHEMY URI:
clickhouse://default:[email protected]:8123/dbtest
4. See error
### Environment
(please complete the following information):
- superset version: `superset version`
0.999.0dev
- python version: `python --version`
Python 3.7.9
- node.js version: `node -v`
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [ ] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [ ] I have reproduced the issue with at least the latest released version
of superset.
- [ ] 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.
I builded the docker image with docker-compose use the latest branch.
--
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]