Skip to content

Commit ad5a5ca

Browse files
Merge pull request #2186 from elementary-data/core-633-add-table-usage-to-product-docs
Document table usage
2 parents edefc8a + 996d910 commit ad5a5ca

5 files changed

Lines changed: 46 additions & 0 deletions

File tree

docs/cloud/features/collaboration-and-communication/catalog.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ You can mark assets as critical directly in the catalog to highlight their impor
5050
View upstream and downstream dependencies for each dataset, and export the full dependency list as a CSV for further analysis or documentation.
5151
<img src="https://res.cloudinary.com/dvmtceykh/image/upload/v1740576976/ec20159d-7d83-4f88-8cc3-c0f9d539d9d2.png" alt="Lineage export" />
5252

53+
### Table usage
54+
See how often each table is queried in production over a rolling 30-day window, compare usage at a glance from the **Metadata** tab, and hover for percentile rank, query volume, and unique users. Usage is also available as context to Elementary’s AI agents. Read more in [Table usage](/cloud/features/table-usage).
55+
5356
### AI Agents for Discovery and Governance
5457
Elementary includes two agents that use the catalog to support your team:
5558
- The [Catalog agent](/cloud/ai-agents/catalog-agent) helps users find relevant models, columns, or metrics using natural language. This is especially helpful for new team members or business users who are less familiar with your dbt structure.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Table usage"
3+
sidebarTitle: "Table usage"
4+
---
5+
6+
Table usage shows how your data assets are **actually consumed** in the warehouse—how often they are queried and by who—based on **query activity** over a **rolling 30-day window**. That visibility helps you **prioritize incidents and data quality** on the assets that drive the most load and downstream impact, and get a **clearer end-to-end view** of what is happening in production.
7+
8+
## Usage in the Catalog
9+
10+
Open the **Catalog** and select the **Metadata** tab. Table assets include a **Usage** column with a **usage indicator** so you can compare relative activity at a glance.
11+
12+
<img
13+
src="/pics/cloud/catalog/table-usage-metadata-column.png"
14+
alt="Catalog Metadata tab showing the Usage column with usage indicators and a tooltip with percentile, date range, query count, and unique users"
15+
/>
16+
17+
### Tooltip details
18+
19+
Hover the usage indicator for a specific asset to open a tooltip with:
20+
21+
- **Percentile rank** — How this table’s query volume ranks against every other table. For example, **72nd percentile** means its query volume is **greater than or equal to** that of **72% of tables** in your environment.
22+
- **Reporting period** — The exact **30-day** date range the metrics are based on (for example, March 15 – April 14, 2026).
23+
- **Query count** — Total queries against the table in that period.
24+
- **Unique users** — Distinct users who ran queries against the table in that period.
25+
26+
## AI agents
27+
28+
The same usage signals are available as **context** to Elementary **AI agents**, so you can ask natural-language questions that depend on real consumption—for example, **“Show me the top 5 most used tables.”**
29+
30+
<img
31+
src="/pics/cloud/catalog/table-usage-ai-agent-report.png"
32+
alt="AI assistant response with a ranked list of the most queried tables"
33+
/>
34+
35+
## Related
36+
37+
- [Data Catalog](/cloud/features/collaboration-and-communication/catalog) — Overview of catalog navigation, metadata editing, and collaboration workflows.
38+
- [AI agents](/cloud/ai-agents/overview) — How Elementary’s agents use catalog and observability context.

docs/docs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"cloud/features/roles-and-permissions",
158158
"cloud/features/multi-env",
159159
"cloud/features/ci",
160+
"cloud/features/table-usage",
160161
{
161162
"group": "Audit Logs",
162163
"pages": [
@@ -700,6 +701,10 @@
700701
{
701702
"source": "/features/data-observability-dashboard",
702703
"destination": "/cloud/features/collaboration-and-communication/data-observability-dashboard"
704+
},
705+
{
706+
"source": "/cloud/features/collaboration-and-communication/table-usage",
707+
"destination": "/cloud/features/table-usage"
703708
}
704709
]
705710
}
67.1 KB
Loading
53.9 KB
Loading

0 commit comments

Comments
 (0)