-
## Steps To Reproduce
Source config:
```yaml
# This file was automatically generated
name: ch
type: postgres
options:
connectionString: "postgresql://clickhouse:pass@localhost:9005/api?pref…
-
### System Name
ClickHouse
### Type
Materialize
### Details
_No response_
-
### System Name
ClickHouse
### Type
Both
### Details
[ClickHouse](https://clickhouse.com/)
-
### Describe the bug
### Steps to reproduce
1. Package Spark JAR in java
2. sparkApplication.startApplication()
3. No client available
## test result
- Spark JAR in scala is working fine.…
-
Hello, respected Clickhouse developers and experts!
I've encountered an issue while connecting Clickhouse to a table in PostgreSQL. I use the following query to create the table:
```
CREATE TAB…
-
Generate a client certificate according to the docs on clickhouse's docs:
https://clickhouse.com/docs/en/guides/sre/ssl-user-auth
Use the certificate to authenticate directly with the host:
`…
-
### Component(s)
exporter/clickhouse
### What happened?
Collector fails to start when clickhouse is unavialable.
## Description
If Clickhouse is unavailable during collector startup, th…
-
**Describe the bug**
```python
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from sqlalchemy.pool import NullPool
chuser = "default"
chpwd = "chpwd123@" # end w…
-
We are trying to connect to Clickhouse via its "postgres emulation port" 9005 ([see](https://clickhouse.com/docs/en/guides/sre/network-ports)).
Unfortunately sending a simple `SELECT 1` query fail…
-
Up until v24.3 a kafka table with sasl_ssl configurations described in kafka.xml file was able to initiate a connection to a broker with SASL_SSL listener.
It can be reproduced on any version over …