-
#### Try Discussion?
Thank you for your outstanding contribution. I have read your paper and think it is great, but I suggest not using MySQL to support the connection to ClickHouse. It is better t…
-
We used clickhouse db on our server and use data from there in power bi, but we are not able to refresh it everytime, it refreshes around 50%of the time successfully.
To connect to this data we use g…
-
## Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is.
Example: I'm always frustrated when [...]
## Describe the solution yo…
-
```python
from clickhouse_sqlalchemy import make_session
from sqlalchemy import create_engine
from sqlalchemy.pool import NullPool
engine = create_engine(uri, echo=False, poolclass=NullPool)
sess…
-
Can it support to connect clickhouse database?
-
## Observed
When trying to execute a query over self hosted clickhouse cluster, the query fails as it is not able to determine the server timezone during connectivity. This behaviour is transient a…
-
There are two things we would like to change, that would provide a better user experience:
1. Link the learn more part to the connector's official docs instead of the ClickHouse home page
![image](h…
-
Min repro (note: `wait_end_of_query` setting is not used):
```ts
import { createClient } from '@clickhouse/client'
void (async () => {
const client = createClient()
let rowsCount = 0
t…
-
The PR for basic support for SQL server needs to be reworked.
https://github.com/Altinity/clickhouse-sink-connector/pull/284
-
### Describe the bug
I am running a dbt model with _max_bytes_before_external_group_by_ settings. Still, I am getting Memory Error. If the run the same query on ClickHouse cloud it works perfectly …