Mike Ritchie
Mike Ritchie
@Prinzhorn did you figure out a solution for this?
Looks like I should be able to add something like this, but unclear which `create_` is best to start as a base ``` elif spec.startswith('Object'): print('Object.....', spec) return create_tuple_column(spec, column_options)...
@Walter-meng did you find a way around this?
@TimonKK we are hitting this too. The python clickhouse-connect client has a `send_receive_timeout`, is there a similar one we can set here?
@TimonKK is there any reason we need to keep the `([0-9]{2})[,.]` part of the regex?
I see you updated here in September, can we drop the # check? https://github.com/TimonKK/clickhouse/commit/a84d890a1d2d509f1377b1c9abf7da28307a42fc
@TimonKK the current regex is checking if there are numbers (`([0-9]{2})[,.]`) in the error code, is that necessary? If so, it'd need to check for at least three digits.
@TimonKK The problem is there are now three digit error codes, e.g. I got `215`
@TuringLovesDeathMetal any chance this is in progress now? [dbt-clickhouse](https://github.com/ClickHouse/dbt-clickhouse) has come a long way, we're using it extensively ourselves.
I'm guessing you'd need / want partitioned writes which should be released in 0.7.0 https://github.com/apache/iceberg-python/issues/208