Robert Hodges
Robert Hodges
Hi @tsener, vcd-cli only works with Python 3. Which version of vcd-cli are you using? (`vcd version` should tell you.) Thanks, Robert
p.s., Also what does `python3 --version` show?
@it-monkey, Thanks for your note! I'm working on this task now. The first part was to restructure docs to break the files into parts and add left-hand nav. The next...
@it-monkey, NFS docs are updated to detail creation of shares. Have a look!
Here's the simple-01-a.yaml file to create a cluster, since Github won't let me attach it. ``` apiVersion: "clickhouse.altinity.com/v1" kind: "ClickHouseInstallation" metadata: name: "simple-01" spec: configuration: clusters: - name: "cl" layout:...
For anyone reading this, the root cause is that deleting the bundle .yaml file deletes the custom resource definition. Kubernetes automatically cleans up. This is standard Kubernetes behavior though the...
I also tried with the most up-to-date version by running `pip install https://github.com/xzkostyan/clickhouse-sqlalchemy`. Same result.
Following up on this issue... Is HTTPS officially supported in clickhouse-sqlalchemy? If so I'll retest and confirm whether this has gone away. Thanks!
Hi @igorlukanin ! Hope you are well. Based on the log message, ClickHouse thinks the client went away. ``` DynamicQueryHandler: Cannot send exception to client: Code: 24. DB::Exception: Cannot write...
This PR incorporates an interesting idea. However, it raises some questions for me that are similar to the concerns that Alexey raised. 1. What happens if a partition is so...