[WIP] Add preview disclaimer to CI/CD checks docs#37958
Draft
kevinzenghu wants to merge 2 commits into
Draft
Conversation
Data Observability CI/CD checks (Impact Lineage and Drift Detection) are gated per-org and per-repo via a feature-store table (dbt_cicd_feature_metadata in dbt-cicd-worker), consistent with their "Preview" phase in the DO Product Features tracker. The public docs page had no preview banner, which could set the wrong customer expectation about availability. AI assistance: drafted by Claude Code based on code-grounded phase verification (feature-flag gating in dd-source); content follows the existing preview-banner pattern used elsewhere in this doc tree.
Contributor
Preview links (active after the
|
Discovered while root-causing a user-reported Airbyte sidebar bug: this PRE-EXISTING page (content/en/data_observability/cicd.md, not something this session added) has never had a sidebar-nav entry in config/_default/menus/main.en.yaml, going back to when the page was first created — a real, independent gap unrelated to anything else in this PR, but the fix belongs here since this branch already touches this same page's preview status.
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
dbt-cicd-worker, confirming their Preview phase./data_observability/cicd/) had no preview banner. Adding the standard disclaimer used elsewhere in this doc tree.Evidence
dbt-cicd-workergates participation viadbt_cicd_feature_metadata(per-org + per-repo).Status
Work in progress — not ready for review yet. Opening as draft, no reviewers requested. Will request review once sanity-checked.
AI assistance
Content and phase verification drafted by Claude Code, grounded in dd-source code (see Evidence above). No new claims beyond the single banner addition — flagging per the AI-assistance disclosure in CONTRIBUTING.md.
Test plan