Benoit Ranque

Results 59 comments of Benoit Ranque

Merged main into this branch

@bitjson I found an issue that may or may not be related, can you try adding a `.dockerignore` file with the following content under `app/connector/my_ch`? ``` *.yaml clickhouse-data .hasura-connector ```...

@bitjson my bad, able to reproduce after pulling `clickhouse/clickhouse-server:latest` Turns out this is caused by a behavior change in clickhouse 25.1. I've created an [issue in their repository](https://github.com/ClickHouse/ClickHouse/issues/75681) While this...

@bitjson another note: because this is new in clickhouse `25.1`, you can workaround the problem by using `clickhouse/clickhouse-server:24.12`

@bitjson We've just released the fix, please update and let us know if it helps :) That error should only have affected introspection, but the above looks like a runtime...

@bitjson you probably need to upgrade the connector and connector plugin versions, if you have not created a new project. Specifically you'll need to upgrade to `v1.1.0` in - `connector.yaml`...

Thanks! We're adding this feature request to the backlog

Will do! Also want to note, we really appreciate you taking the time to not only report these issues, but also present them with these reproduction steps!

[PR](https://github.com/hasura/ndc-clickhouse/pull/43) implementing this feature request. This should get merged and published in the next couple days