-
Hi Team
I am getting connection error when trying with JDBC driver. With ODBC I am able to connect but it is very slow on our tableau server so wanted to try this. Here is the error msg:
```
An …
-
See TODO comment of "https://github.com/trinodb/trino/issues/10537" in [ClickHouseClient](https://github.com/trinodb/trino/blob/master/plugin/trino-clickhouse/src/main/java/io/trino/plugin/clickhouse/…
ebyhr updated
3 months ago
-
# Version
Tabix version: Tabix ©2022 Version: 22.05.25 is last
ClickHouse version: 21.8.15.1
# Error
I got this error always:
![image](https://user-images.githubusercontent.com/9543550/19…
-
Here's my ClickHouse connector YAML:
```yaml
# clickhouse_playground.yaml
type: connector
driver: clickhouse
host: "play.clickhouse.com"
port: 443
username: play
ssl: true
settings_overri…
-
Hey, after today's Hasura DDN launch event, I tried to setup DDN project on my own account.
Everything went smoothly until deployment with
`ddn build supergraph-manifest`
But command failed with er…
-
See TODOs in the code referring to this issue
These include (not an exhaustive list):
- [ ] Predicate pushdown for DECIMAL columns
- [ ] Predicate pushdown for textual types: https://github.com…
-
A request from a user in altinitydb
https://debezium.io/blog/2024/01/11/Debezium-and-TimescaleDB/
-
Hi,
The Python client of ClickHouse allows to insert a raw `pyarrow.Table` via the `insert_arrow` method, which sends the Apache Arrow encoded data 1:1 to ClickHouse through ClickHouse's `ArrowStre…
-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
### Descripti…
-
Hello!
We have a table with partitions in Postgres. When we transfer data to clickhouse, the connector transfers partitions as separate real tables. Is it possible to combine partition tables into on…