ClickStack Demo days 12-06-2026#6426
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Blargian
approved these changes
Jun 22, 2026
…d env Vercel's Linux build environment does not expose /dev/fd, which causes bash process substitution (<(...)) to fail with "No such file or directory". Use mktemp instead so the system tables query works on all hosts. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
Docs PR opened: ClickHouse/mintlify-docs-dev#241 Added a new ClickStack demo days page for 2026-06-12 covering schema migration, source filters, MCP, and chart improvements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Usual
Checklist
Note
Low Risk
Documentation-only content plus a small, localized build-script portability change with no product runtime impact.
Overview
Adds a ClickStack demo days doc for 2026-06-12 (
clickstack-new-features-12-06-2026.md), following the same front matter and sidebar pattern as other 2026 demo-day pages. The page embeds YouTube demos and short write-ups for schema migration UI, source-level filters (alerts, service map, MCP), source field suggestions, anomaly alerts with group-by, MCP multi-model evals, notebook tools via MCP, Datadog receiver improvements, event patterns on any column, span links, time-series hover highlighting, duplicate chart series, and editable filter pills (several marked WIP).Separately,
autogenerate-settings.shno longer uses bash process substitution (done < <(...)) when loading the system tables list from ClickHouse. It writes query output to a temp file and reads from that instead, so system-table doc generation can run on hosts where/dev/fdis unavailable (e.g. Vercel builds).Reviewed by Cursor Bugbot for commit 8db510d. Bugbot is set up for automated code reviews on this repo. Configure here.