You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the module metadata YAML to satisfy linting by removing inline backticks, wrapping long strings, and using folded blocks for notes. This resolves CI syntax errors introduced when documenting the mock ClickHouse coverage.
AI-Agent: ChatGPT
- Module posts SQL INSERT statements via the ClickHouse HTTP interface and relies on libcurl for transport.
15
-
- Quick CI coverage now uses tests/clickhouse-mock-server.py with tests/clickhouse-mock.sh to emulate a ClickHouse endpoint; heavier integration scripts exit 77 until reworked.
15
+
- >-
16
+
Module posts SQL INSERT statements via the ClickHouse HTTP interface and
17
+
relies on libcurl for transport.
18
+
- >-
19
+
Quick CI coverage now uses tests/clickhouse-mock-server.py together with
20
+
tests/clickhouse-mock.sh to emulate a ClickHouse endpoint; heavier
21
+
integration scripts exit 77 until they are reworked.
0 commit comments