Metadata Analysis v7.6 beta
Overview
Metadata Analysis provides object-level detail for every table and view in a connection. It supports advanced filtering, sorting, and a detail drawer with column-level metadata. It integrates with the Time Travel system for historical analysis.
Target Persona: Data Engineers, Data Stewards, Data Architects.
Prerequisites: At least one connection with completed metadata extraction.
How This Module Helps
This is your deep-dive tool for individual tables and views. While Metadata Observability gives you the dashboard, this module lets you inspect specific objects, review column metadata, and understand table-level detail.
| Connects To | Relationship |
|---|---|
| Metadata Observability | Drill from dashboard KPIs |
| Business Terms | Columns may be tagged with terms |
| Review & Confirm (DQ) | Objects have associated DQ rules |
| Metadata Extract & Enrich | Extraction populates this view |
Navigation
| Method | Path |
|---|---|
| Sidebar | Observability → RightSight → Metadata Analysis (under Dashboards) |
| URL | /metadata-analysis |
| From Metadata Observability | /metadata-analysis?connectionId=<id>&type=<tables|views|schemas> |
| Time Travel drill-through | /metadata-analysis?connectionId=<id>&IsTimeTravelMode=true&Date=<date>&Time=<time> |
Features & Workflows
1. Selecting a Connection
- On the landing page, click a connection card.
- The analysis view loads with KPIs and the objects table.
2. Browsing Objects
- Review the objects table showing all tables and views.
- Use filters to narrow:
| Filter | Description |
|---|---|
| Database | Filter by database |
| Schema | Multi-select schemas |
| Type | All / Tables / Views |
| Search | Search by object name |
- Click column headers to sort.
3. Viewing Object Details
-
Click any row in the objects table.
-
The Detail Drawer opens with tabs:
Table Details Tab: - Object name, schema, database - Row count, column count - Created date, last modified - Primary key columns, foreign key relationships
Column Metadata Tab:
| Column Info | Description |
|---|---|
| Name | Column name |
| Data Type | SQL data type |
| Nullable | Yes/No |
| Default | Default value |
| PK | Primary key indicator |
| FK | Foreign key reference |
- Use Previous/Next buttons in the drawer footer to navigate between objects.
4. Using Time Travel
-
Click 🕐 Time Travel button.
-
The Calendar appears — select a day and hour.
-
All data shows metadata as of the selected snapshot.
-
Click Exit Time Travel to return.
Cross-Module Links
| From Metadata Analysis | Navigate To |
|---|---|
| Back to Observability | Metadata Observability |
| Column → tagged with business term | Business Terms |
| Object → DQ rules | Review & Confirm (DQ) |
Tips & Best Practices
- Use the Schema multi-select to narrow analysis to relevant schemas.
- The Detail Drawer's Column Metadata tab is ideal for business terms cross-referencing.
- Sort by Row Count to identify the largest tables for targeted DQ attention.