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

# Assets: Discover and manage your context in PRIZM

> Assets are the tables, views, attributes, queries, pipelines, reports, and semantic models PRIZM tracks across your connected databases and data platforms.

<script type="application/ld+json">
  {`{
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Assets: Discover and manage your context in PRIZM",
            "description": "Assets are the tables, views, attributes, queries, pipelines, reports, and semantic models PRIZM tracks across your connected databases and data platforms.",
            "url": "https://docs.dqlabs.ai/concepts/assets",
            "publisher": {
              "@type": "Organization",
              "name": "DQLabs Inc",
              "logo": "https://media.brand.dev/332adc35-5bc4-4d2b-bf78-256aa4a5e414.svg"
            }
            }`}
</script>

Assets are the central objects in PRIZM. Every table, view, attribute, query, pipeline, report, and semantic model connected to your data sources appears as an asset, giving you a single place to search, inspect, and monitor your entire data catalog. When you open the Assets page you can search across all databases and platforms, filter by asset type, and drill into any individual asset to see its schema, metrics, lineage, and documentation.

## Asset types

PRIZM organizes assets by its native type. Use the tab bar on the Assets page to filter the list to the type you need.

<Frame>
  <img src="https://mintcdn.com/dqlabs/W03utbXgSTqTbh6C/images/image-6.png?fit=max&auto=format&n=W03utbXgSTqTbh6C&q=85&s=87b60723409139d27a5085525574cb2e" alt="Image" width="2940" height="446" data-path="images/image-6.png" />
</Frame>

<Note>
  [Click here for detailed asset types available in Prizm](/architecture/asset-type)
</Note>

## Asset Page — View Modes & Search

The Asset page offers three view layouts (toggled via the icons top-right of the page) plus a global search bar for data discovery — each suited to a different way of exploring your catalog.

***

### 1. Search View (Default)

The default landing view, organized around **"Top Asset"** with a type filter bar (All, Attribute, Table, View, Model, Test, Warehouse, Source, etc.) showing live counts per type.

<Frame>
  <img src="https://mintcdn.com/dqlabs/2EQwSs6A3aude8ux/images/Screenshot-2026-06-22-at-5.30.26-AM.png?fit=max&auto=format&n=2EQwSs6A3aude8ux&q=85&s=ea0473365343704e2706d9ac3759600f" alt="Screenshot 2026 06 22 At 5 30 26 AM" width="2926" height="960" data-path="images/Screenshot-2026-06-22-at-5.30.26-AM.png" />
</Frame>

* Displays assets in a **compact list** with **Name**, **Type**, and **Relevant Detail** (key attributes/columns associated with the asset).
* Includes a **Documentation** panel below, surfacing recently created or relevant docs (READMEs, category docs, etc.) tied to assets.
* Best for: **quick scanning** across asset types and jumping straight into documentation context.

***

### 2. Table View

A **dashboard-style summary** at the top (Attribute, Table, View, Model, Test, Warehouse counts with trend % changes), followed by a **structured data grid**.

<Frame>
  <img src="https://mintcdn.com/dqlabs/2EQwSs6A3aude8ux/images/Screenshot-2026-06-22-at-5.29.55-AM.png?fit=max&auto=format&n=2EQwSs6A3aude8ux&q=85&s=b73f8efefdeef2a921f1e36622d4fc48" alt="Screenshot 2026 06 22 At 5 29 55 AM" width="2924" height="1284" data-path="images/Screenshot-2026-06-22-at-5.29.55-AM.png" />
</Frame>

* Filterable by **source platform** (Snowflake, Databricks, dbt, etc.).
* Grid columns include **Name, Type, Criticality, Domain, Score, Alert, Issue, Action** — giving a governance-and-quality-first view of every asset.
* Supports **saved views** ("+ Filter", "Save as view") for repeatable, filtered asset lists.
* Best for: **operational monitoring** — triaging assets by criticality, score, alerts, and issues in one sortable table.

***

### 3. Grid View

Displays assets as **individual cards**, each showing name, source icon, path/breadcrumb, attribute count, a short AI-generated description, tags, score (with a circular gauge), and Alert/Issue counts.

<Frame>
  <img src="https://mintcdn.com/dqlabs/2EQwSs6A3aude8ux/images/Screenshot-2026-06-22-at-5.27.58-AM.png?fit=max&auto=format&n=2EQwSs6A3aude8ux&q=85&s=8605ee846d61869971d6ba522ac7e2bc" alt="Screenshot 2026 06 22 At 5 27 58 AM" width="2930" height="1302" data-path="images/Screenshot-2026-06-22-at-5.27.58-AM.png" />
</Frame>

* Filterable by **platform** (Databricks, Snowflake, dbt, Tableau) and a rich set of facets: **Domain, Product, Application, Tag, Term, Type, With Alert, With Issue, With Conversation, Score, Criticality.**
* Best for: **visual browsing** — getting context and quality signals on multiple assets at a glance, especially useful when exploring unfamiliar parts of the catalog.

***

### Global Search (⌘K)

The search bar at the top of every Asset page (shortcut **⌘K**) is the fastest path to any asset, regardless of which view you're in.

<Frame>
  <img src="https://mintcdn.com/dqlabs/4pUBn5KX7dkWLtne/images/image-5.png?fit=max&auto=format&n=4pUBn5KX7dkWLtne&q=85&s=ee013d51c7f8a53549510cde57525386" alt="Image" title="Image" style={{ width:"47%" }} width="784" height="912" data-path="images/image-5.png" />
</Frame>

* **Recent Searches** — quick-access chips of your last queries (e.g., "gold," "fact sell through") to resume previous exploration.
* **Critical Assets** — a curated shortcut list surfacing high-criticality tables (e.g., `BRONZE_POS_STORE_DAILY`, `SILVER_DIM_DATE`) so the most business-sensitive assets are always one click away.
* Searches span **all connected databases and platforms** simultaneously — by asset name, source, or column — without needing to switch tabs or filters first.

***

### Choosing the Right View

| View                   | Best For                                                          |
| :--------------------- | :---------------------------------------------------------------- |
| **Search/List View**   | Fast scanning by type + jumping into related documentation        |
| **Table View**         | Governance triage — sorting by criticality, score, alerts, issues |
| **Grid View**          | Visual, context-rich browsing with descriptions and tags          |
| **Global Search (⌘K)** | Jumping directly to a known or critical asset from anywhere       |

<Tip>
  Use the search bar at the top of the Assets page — or press **⌘K** — to find any asset by name, source, or column across all connected databases without switching tabs.
</Tip>

Together, these views let users move fluidly between **broad discovery** (grid/search) and **focused governance work** (table view) — with the search bar acting as the universal shortcut across all of it.

## Asset Details

Click any asset in the list to open its detail view. Whether you're tracing a single column or mapping an entire pipeline, Prizm treats every object in your data stack — tables, models, dashboards, pipelines, and beyond — as a unified **asset**, searchable and inspectable from one place. The asset type taxonomy gives consistent meaning across platforms, while the detail tabs (Overview, Attributes, Metric, Usage, Lineage, Audit, Documentation, Conversation) give you every lens you need: health, structure, quality, usage, dependencies, history, and context. Together, this makes the Assets page the single source of truth for understanding what data you have, how trustworthy it is, and how it all connects.

The detail view provides the following tabs whenever it is applicable along with any other custom tab the user creates.

<CardGroup cols={2}>
  <Card title="Overview" icon="gauge-high" href="/architecture/asset">
    A summary of key metrics, recent alerts, and asset information at a glance. Start here to assess the current health of an asset.
  </Card>

  <Card title="Attirbutes (child objects)" icon="table" href="/architecture/entities">
    A summary of an asset's child objects (e.g. Attribute under Table, Schema under Database) with  relevant information for assessing   structure.
  </Card>

  <Card title="Metric" icon="circle-check" href="/architecture/metric">
    Time-series charts and current values for all data observability and data quality metrics configured on the asset, such as completeness, uniqueness, volume and freshness.
  </Card>

  <Card title="Usage" icon="screen-users" href="/architecture/usage">
    Query activity, performance, and cost metrics for the asset, with a detailed query log showing the upstream sources and downstream consumers so you can trace the blast radius of an issue.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Lineage" icon="sitemap" href="/architecture/lineage">
    An interactive lineage graph showing the upstream sources and downstream consumers of the asset, so you can trace the blast radius of a data quality issue.
  </Card>

  <Card title="Audit" icon="line-columns" href="/architecture/log/asset-audit">
    Chronological log of who did what and when on the asset (views, edits, and other actions), useful for tracking activity and governance.
  </Card>

  <Card title="Documentation" icon="book-open" href="/architecture/documentation">
    Free-form documentation attached to the asset — descriptions, usage notes, and links — to help your team understand the data.
  </Card>

  <Card title="Conversation" icon="rocketchat" href="/architecture/conversation">
    A discussion space for the asset where users can start topics, ask questions, and engage with likes/dislikes and bookmarks for team collaboration.
  </Card>
</CardGroup>

The Assets page provides a single, consistent entry point for discovering and managing every object in your data ecosystem — regardless of source platform. The asset type taxonomy ensures consistent classification across systems, while the detail tabs (Overview, Attributes, Metric, Usage, Lineage, Audit, Documentation, Conversation) give users the specific information needed to assess an asset's health, structure, quality, usage patterns, dependencies, change history, and business context. Together, these capabilities make the Assets page the central reference point for understanding what data exists, how reliable it is, and how it connects to the rest of the data ecosystem.
