From efaf190508d3ab238f58bf0a0f4fbd7b7b7d628f Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Sat, 4 Jul 2026 22:54:18 -0400 Subject: [PATCH 1/2] Add preview disclaimer to CI/CD checks docs 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. --- content/en/data_observability/cicd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/data_observability/cicd.md b/content/en/data_observability/cicd.md index 801122a9a76..9dabc92f5d5 100644 --- a/content/en/data_observability/cicd.md +++ b/content/en/data_observability/cicd.md @@ -19,6 +19,8 @@ further_reading: text: 'Jobs Monitoring' --- +
Data Observability CI/CD checks are in preview. Contact your Datadog representative or support to request access.
+ ## Overview {{< img src="data_observability/cicd/cicd-overview.png" alt="The CI/CD feature report page" style="width:100%;" >}} From 5a09e2be9e670d547481ae8a02fceaafa64a9f90 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Sun, 5 Jul 2026 01:08:21 -0400 Subject: [PATCH 2/2] Add CI/CD to the Data Observability sidebar navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- config/_default/menus/main.en.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index 69ba6d57d55..61e43dc9fb7 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -5387,6 +5387,11 @@ menu: identifier: data_jobs parent: data_observability_heading weight: 80000 + - name: CI/CD + url: data_observability/cicd/ + identifier: data_observability_cicd + parent: data_observability_heading + weight: 90000 - name: Databricks url: data_observability/jobs_monitoring/databricks identifier: jobs_monitoring_databricks