Skip to content

Commit 10a6f65

Browse files
colbyrclaudeOliviaShoup
authored
Add Data Catalog page to Data Observability section (DataDog#35472)
* Add Data Catalog page to Data Observability section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>
1 parent e08f2f0 commit 10a6f65

3 files changed

Lines changed: 57 additions & 0 deletions

File tree

config/_default/menus/main.en.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4969,6 +4969,12 @@ menu:
49694969
identifier: data_observability
49704970
parent: data_observability_heading
49714971
weight: 60000
4972+
- name: Data Catalog
4973+
url: data_observability/data_catalog
4974+
pre: data-observability-wui
4975+
identifier: data_catalog
4976+
parent: data_observability_heading
4977+
weight: 65000
49724978
- name: Quality Monitoring
49734979
url: data_observability/quality_monitoring/
49744980
pre: data-observability-wui

content/en/data_observability/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Data Observability Overview
33
description: "Monitor data quality, performance, and cost with Data Observability to detect anomalies, analyze data lineage, and prevent issues affecting downstream systems."
44
further_reading:
5+
- link: '/data_observability/data_catalog/'
6+
tag: 'Documentation'
7+
text: 'Data Catalog'
58
- link: '/data_observability/quality_monitoring/'
69
tag: 'Documentation'
710
text: 'Quality Monitoring'
@@ -28,6 +31,7 @@ Data Observability (DO) helps data teams improve the reliability of data for ana
2831
## Get started
2932

3033
{{< whatsnext desc="Data Observability consists of the following:" >}}
34+
{{< nextlink href="/data_observability/data_catalog/" >}}Data Catalog: Browse and search a centralized inventory of your data assets across connected integrations.{{< /nextlink >}}
3135
{{< nextlink href="/data_observability/quality_monitoring/" >}}Quality Monitoring: Identify data issues before downstream BI and AI applications are impacted.{{< /nextlink >}}
3236
{{< nextlink href="/data_observability/jobs_monitoring/" >}}Jobs Monitoring: Observe, troubleshoot, and optimize jobs across your data pipelines.{{< /nextlink >}}
3337
{{< /whatsnext >}}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Data Catalog
3+
description: "Browse and search a centralized inventory of data assets, automatically populated from connected integrations."
4+
further_reading:
5+
- link: '/data_observability/'
6+
tag: 'Documentation'
7+
text: 'Data Observability Overview'
8+
- link: '/data_observability/quality_monitoring/'
9+
tag: 'Documentation'
10+
text: 'Quality Monitoring'
11+
- link: '/data_observability/jobs_monitoring/'
12+
tag: 'Documentation'
13+
text: 'Jobs Monitoring'
14+
---
15+
16+
The Data Catalog is a searchable, centralized inventory of data assets (tables, schemas, databases, and pipeline jobs) automatically populated from your connected integrations.
17+
The catalog stays in sync with [supported data sources](/data_observability/quality_monitoring/#supported-data-sources) so your team always has an up-to-date view of what exists, who owns it, and how healthy it is.
18+
19+
## Browsing the catalog
20+
21+
When you open the catalog at [/data-obs/catalog](https://app.datadoghq.com/data-obs/catalog), you see a list of all assets across your connected integrations. Each asset card displays:
22+
23+
- **Asset type**: table, schema, dashboard, job, etc.
24+
- **Name** and path (e.g., `account > database > schema`)
25+
- **Integration and account**: the source system and account it was synced from
26+
- **Description**: pulled from the source system if available
27+
- **Links to the source system**: direct references back to the origin platform so you can navigate from the catalog to the source in one click
28+
- **Tags**: `key:value` metadata pairs pulled from the source system if available
29+
- **Monitor Status**: displays the state of any active [Data Quality Monitors](/data_observability/quality_monitoring/) on the asset
30+
- **Lineage**: upstream and downstream dependencies, where supported by the integration
31+
32+
Use the left sidebar to filter assets by type: **All assets**, **Databases**, **Schemas**, or **Tables**. Connected integrations (such as Snowflake, dbt, and BigQuery) are also listed individually in the sidebar.
33+
34+
## Search & filtering
35+
36+
The search bar at the top of the catalog supports both free-text and field-scoped queries.
37+
38+
**Full-text search** matches across all asset fields. Typing a term and selecting "Search all fields for..." returns any asset containing that value, anywhere in its metadata. Only the Catalog supports full-text search. Other Data Observability views like Monitors and Lineage do not.
39+
40+
**Tag search** lets you target a specific attribute using `key:value` syntax. The available fields depend on which integrations you have connected. As you type, the search dropdown suggests the fields available in your environment. Any tag key on your assets can also be used as a search field. For example, `data_owner:TS-OPS-ANALYTICS` filters to assets tagged with that owner.
41+
42+
Wildcards and unions are also supported:
43+
- **Wildcard**: `name:dim_zendesk*` matches any asset whose name starts with `dim_zendesk`
44+
- **Union**: `data_owner:(team-a OR team-b)` matches assets owned by either team
45+
- **Intersection**: `dim_zendesk AND data_owner:TS-OPS-ANALYTICS`
46+
47+
Recent searches are saved and surfaced in the dropdown for quick reuse.

0 commit comments

Comments
 (0)