Conversation
Add a collecting guide for reading from MySQL and ClickHouse and expand the ClickHouse reference coverage. Update send-to-destinations to cover ClickHouse and Snowflake and add reciprocal guide links from the related references.
Move the ClickHouse integration diagram into the docs tree as a raw .excalidraw file and reference it directly from the page. This lets the docs pipeline generate and inline the SVG automatically.
|
📦 Preview · View → · 🟢 Live Auto-updates on push |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d904d21862
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8d65547b53
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb4cbdb72b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 404d48cca9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
🔍 Problem
from_clickhouseoperator needs reference and guide coverage.🛠️ Solution
from_clickhouseoperator reference page.host/port/user/passworduri="clickhouse://[user[:password]@]host[:port][/database]"database.tableand URI/default databases replace a separatedatabaseargument..excalidrawsource file that the docs build converts automatically.💬 Review
- Focus on whether the guide split between collecting from data stores and routing to data-store destinations is clear.
- Confirm the ClickHouse integration page tells a coherent read/write story around
- Check that the URI guidance and examples are consistent across the reference and guide pages.
🛠️ Code PR: tenzir/tenzir#6048from_clickhouseandto_clickhouse.🎫 Refs TNZ-403