Clickhouse driver doesn't working
See original GitHub issueSqlpad docker image: latest tag
Clickhouse version: 21.6.4.26
When I try create a new connection using clickhouse driver the connection test fails shown me the error below
403: Code: 516, e.displayText() = DB::Exception: Invalid authentication: it is not allowed to use Authorization HTTP header and authentication via parameters simultaneously (version 21.6.4.26 (official build))
I chaged my clickhouse version to 20.3.9.70, but the problem related here #915 remains - the databases and tables doesn’t shown in the panel, but them are return in the connections request.
This issue doesn’t worked for me #1011
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Troubleshooting | ClickHouse Docs
Check the IP Access List, if you are attempting to connect from outside the allowed list then your connection will fail. Self-managed ClickHouse...
Read more >API — clickhouse-driver 0.2.5 documentation - Read the Docs
API¶. This part of the documentation covers basic classes of the driver: Client, Connection and others. ... Does not work for NumPy. Default:...
Read more >clickhouse-driver Documentation - Read the Docs
This part of the documentation focuses on step-by-step instructions for development with clickhouse-driver. Clickhouse-driver is designed to ...
Read more >ClickHouse and Python: Getting to Know the ... - Altinity
Clickhouse -driver is a great way to jump into ClickHouse Python ... Creating a client sets up the connection information but does not...
Read more >Issue connecting to Dockerized Clickhouse Server with ...
clickhouse -driver communicate with ClickHouse server over the native protocol on 9000-port · docker container should publish port 9000 to the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Docker hub should have updated build shortly under version 6.7.1
@jasondavindev I find the docker version doesn’t contain the commit https://github.com/sqlpad/sqlpad/commit/a7c883efea88b6ac965e08963cf1891ecbd5f26f , which is fixed later than the
6.6.0version. you can test this commit which is now inmasterbranch. @rickbergfalk Please publish a new release from the master branch, if you have time.