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

# The new Catalog: rebuilt engine and every asset type

> The rebuilt Paradime Catalog brings faster builds and search, every dbt and integration asset in one tree, richer asset pages, and readable URLs.

*September 3, 2026*

The Catalog has been rebuilt from the ground up, backend and UI, and is rolling out to every workspace at the same `/catalog` address. It looks familiar, but everything underneath is new:

* **A much faster engine.** Catalog builds now stream your dbt™ artifacts instead of loading them whole, skip the work entirely when nothing changed, and sync only the differences to a per-workspace search index. Search and browsing are much faster, refreshes complete sooner, and a build-state badge next to the search box shows each source's status, progress, last build time, and any errors, so a refresh is never a black box.
* **Every asset in the tree.** The left-panel tree now covers every kind of asset: dashboards, reports, connectors, and syncs from your connected tools sit next to models, sources, and tests in the Assets and Integrations views, and custom integrations appear under their own name and icon.
* **Suggestions as you type.** The search bar suggests matching assets while you type; use the arrow keys and Enter to jump straight to one. Searching by a dbt™ `unique_id` works too, and every filter, sort, and page lives in the URL, so a filtered listing can be shared or bookmarked.
* **Richer asset pages.** Each asset has Overview, Columns, Code, Lineage, and (for dbt™) Quality tabs, with database, schema, and project promoted to the top, typed dbt™ facts such as materialization and access, test and docs coverage, warehouse stats, and the matched columns highlighted when your search hit a column.
* **Lineage across tools and workspaces.** Asset lineage now reaches into your BI and ingestion tools and crosses workspace boundaries for dbt™ Mesh projects. Column-level lineage from the Columns tab gets [its own entry](/changelog/2026-09-03/column-level-lineage).
* **Readable URLs.** Asset links now name the asset, for example `/catalog/asset/dbt/node/model.jaffle_shop.orders`, so a URL tells you what it points at. Old-style links open the Catalog home.

The Code IDE's Catalog and Lineage panels run on the same engine. See [Find & Explore](/products/data-catalog/find-and-explore/index), [Asset Details](/products/data-catalog/asset-details/index), and [Lineage](/products/data-catalog/lineage/index) for how to use the Catalog.

Rolling out with Paradime v6.11.0.


## Related topics

- [A revamped UI](/changelog/2026-07-22/revamped-ui.md)
- [dbt™ assets](/products/data-catalog/asset-details/dbt.md)
- [Asset Details](/products/data-catalog/asset-details/index.md)
- [Data Catalog](/products/data-catalog/index.md)
- [Asset-type view in Catalog](/changelog/2026-07-22/catalog-asset-type-view.md)
