> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dqlabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Entities

> Child (One level down) in the asset hierarchy

<script type="application/ld+json">
  {`{
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Entities",
            "description": "Child (One level down) in the asset hierarchy",
            "url": "https://docs.dqlabs.ai/architecture/entities",
            "publisher": {
              "@type": "Organization",
              "name": "DQLabs Inc",
              "logo": "https://media.brand.dev/332adc35-5bc4-4d2b-bf78-256aa4a5e414.svg"
            }
            }`}
</script>

**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 Asset  | Child Object(s)    | Tab Name Shown |
| :------------ | :----------------- | :------------- |
| **Database**  | Schema             | Schema         |
| **Schema**    | Table, View        | Table / View   |
| **Table**     | Attribute (column) | Attribute      |
| **View**      | Attribute (column) | Attribute      |
| **Pipeline**  | Task               | Task           |
| **Job**       | Task / Run         | Task / Run     |
| **Warehouse** | Database           | Database       |

### 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**.

<Frame>
  <img src="https://mintcdn.com/dqlabs/kOHPavg2EyPSNPqP/images/Screenshot-2026-06-23-at-9.15.05-PM.png?fit=max&auto=format&n=kOHPavg2EyPSNPqP&q=85&s=64b77ef953d7363cff0b651a2ce9a8f1" alt="Screenshot 2026 06 23 At 9 15 05 PM" width="2968" height="512" data-path="images/Screenshot-2026-06-23-at-9.15.05-PM.png" />
</Frame>

#### 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`).

<Frame>
  <img src="https://mintcdn.com/dqlabs/kOHPavg2EyPSNPqP/images/Screenshot-2026-06-23-at-9.14.19-PM.png?fit=max&auto=format&n=kOHPavg2EyPSNPqP&q=85&s=a025243f15a671bd7abfde22638ab8c7" alt="Screenshot 2026 06 23 At 9 14 19 PM" width="2902" height="518" data-path="images/Screenshot-2026-06-23-at-9.14.19-PM.png" />
</Frame>

### 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.

| Column           | Description                                                                                            |
| :--------------- | :----------------------------------------------------------------------------------------------------- |
| **Name**         | The name of the child object (e.g., a column name, schema name, or task name).                         |
| **Data Type**    | Confirms the object's type or, for attributes, its data type.                                          |
| **Score**        | Quality score for that individual child object, shown as a circular gauge; `NA` if not yet calculated. |
| **Alert**        | Count of active alerts specific to that child object.                                                  |
| **Issue**        | Count of open data quality issues tied to that child object.                                           |
| **Metric Count** | Number of data quality metrics actively tracked on that child object.                                  |
| **Status**       | Workflow/review status of the child object (e.g., `Ready for Review`, `Pending`).                      |

<Tip>
  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](/architecture/entity-list)
</Tip>

***

### 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.

***

### Related Tabs

* [**Overview**](/architecture/asset) — asset-level summary and health.
* [Data Profiling](/architecture/data-profiling) - sampling and baseline creation for anomaly detection and quality metrics.
* [**Metric**](/architecture/metrics) — time-series quality trends for the asset and its child objects.
* [**Lineage**](/architecture/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.
