Fix QVD pipeline installation instructions and add install config#191
Merged
Fix QVD pipeline installation instructions and add install config#191
Conversation
- Add install.config.toml with post-installation instructions - Update all README files to use registry install command - Simplify provider-level README to match other pipelines - Update version-level README with registry install steps - Fix path references to use installed directory name Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Fixes the QVD to ClickHouse pipeline installation documentation and adds missing install configuration.
Changes
install.config.toml: Provides post-installation instructions when users install via the registry scriptv1/514-labs/_meta/README.md): Simplified to match pattern from other pipelines, uses concise install commandv1/_meta/README.md): Changed from repo clone approach to registry install commandpython/default/README.md): Added registry install sectionpipeline-registry/qvd_to_clickhouse/...tocd qvd_to_clickhouseInstall Command
bash -i <(curl https://registry.514.ai/install.sh) --type pipeline qvd_to_clickhouse v1 514-labs python defaultTesting
Please validate the rendering on the website to ensure:
Note
Low Risk
Primarily documentation/metadata and UI presentation changes; main risk is breaking links/IDs in the registry listings if consumers still expect the old
sap-hana-cdc*names.Overview
Improves the
qvd_to_clickhousepipeline onboarding by adding aninstall.config.tomlwith post-install instructions and updating the pipeline READMEs/getting-started docs to consistently use the registry install command and correctcdpaths.Updates registry site data to publish the new
qvd_to_clickhousepipeline and standardize SAP HANA CDC IDs/URLs tosap_hana_cdc(including the dependent pipeline reference), and tweaks the UISnippetcomponent so code blocks wrap and scroll horizontally instead of truncating.Written by Cursor Bugbot for commit 0f2e78d. This will update automatically on new commits. Configure here.