Skip to main content
Entities are the components that exist within a parent asset — the structural building blocks one level down in the asset hierarchy. Every asset type has a defined child object type, surfaced in the Entities tab. Below is a short list for understanding, and as you can see, the child objects for each asset type vary, and so does the tab name in the platform accordingly.
Parent AssetChild Object(s)Tab Name Shown
DatabaseSchemaSchema
SchemaTable, ViewTable / View
TableAttribute (column)Attribute
ViewAttribute (column)Attribute
PipelineTaskTask
JobTask / RunTask / Run
WarehouseDatabaseDatabase

Why Child Objects Matter

Child objects let you assess an asset’s internal structure before evaluating its quality, usage, or lineage:
  • A Database’s child objects (Schemas) show how it’s organized.
  • A Table’s child objects (Attributes/columns) show exactly what data it holds.
  • A Pipeline’s child objects (Tasks) show what steps make up the workflow.
Each child object inherits its own metadata — score, alerts, issues, metric count, and status — so users can drill down to the exact column, schema, or task causing a quality problem, rather than only seeing an issue at the parent level.

Accessing the Entities Tab

  1. Navigate to any asset (e.g., a table, database, or pipeline).
  2. Click the child-object tab in the asset’s tab bar, located next to Overview (the tab name will match the child object type — e.g., Attribute, Schema, Task).

Layout

Asset Header (Context)

The header above the tab bar persists across all tabs and shows:
  • Asset name, source icon, quality score, and status badge (e.g., Ready for Review).
  • Criticality badge (top-right, e.g., Critical).
  • Breadcrumb path showing the asset’s location in the hierarchy.
  • Short description of the asset’s purpose.
  • Activity counters — Alerts, Issues, Views, Queries, Likes/Dislikes, Conversations.
  • Owners and tags.
Screenshot 2026 06 23 At 9 15 05 PM

Entities List

  • [Entity Type] (count) — total number of child objects (e.g., “Attribute (10),” “Schema (8)”).
  • Type filter bar — where applicable, filter child objects by sub-type (e.g., data type for Attributes: TEXT, NUMBER, BOOLEAN, DATE).
Screenshot 2026 06 23 At 9 14 19 PM

Grid Columns

A summary view of all child objects within an asset, displaying key metadata, quality scores, active alerts, open issues, tracked metrics, and workflow status at a glance.
ColumnDescription
NameThe name of the child object (e.g., a column name, schema name, or task name).
Data TypeConfirms the object’s type or, for attributes, its data type.
ScoreQuality score for that individual child object, shown as a circular gauge; NA if not yet calculated.
AlertCount of active alerts specific to that child object.
IssueCount of open data quality issues tied to that child object.
Metric CountNumber of data quality metrics actively tracked on that child object.
StatusWorkflow/review status of the child object (e.g., Ready for Review, Pending).
Additional fields can typically be added via a Select Columns option, where supported, to tailor the grid to specific workflows. For an entire list of child objects or entity list, please click here

Reading the Score Gauge

Each child object’s score is shown as a circular progress indicator, with color-coded segments reflecting different quality dimensions. A fully green ring near 100% indicates strong data quality across tracked metrics, while a lower or mixed-color score signals a component that may need investigation.

Typical Use Cases

  • Structural review — quickly confirm what child objects exist under an asset before relying on, querying, or building on top of it.
  • Quality triage — sort or scan by Score, Alert, or Issue to identify which specific child objects are driving a parent asset’s overall quality problems.
  • Coverage check — use Metric Count to spot child objects with little or no quality monitoring configured.
  • Review tracking — use Status to track which child objects still need steward sign-off before the parent asset is fully governed.

  • Overview — asset-level summary and health.
  • Data Profiling - sampling and baseline creation for anomaly detection and quality metrics.
  • Metric — time-series quality trends for the asset and its child objects.
  • Lineage — traces how the asset (and its components) connect upstream and downstream.
The Entities tab complements these by providing the component-level breakdown needed to pinpoint exactly where within an asset’s structure an issue originates.