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

# Read the SQL behind every test in the Catalog

> Expand any test on a Catalog asset's Quality tab to read its compiled and source SQL alongside the result, for generic and custom tests alike.

*August 19, 2026*

<Frame>
  <img src="https://mintcdn.com/paradime-docs/fh8595OEcV4FIq3j/images/catalog-quality-tab-test-compiled-sql.jpg?fit=max&auto=format&n=fh8595OEcV4FIq3j&q=85&s=238b47b8d1eb77746027f46370513bb2" alt="A failing test on the Catalog Quality tab expanded to show its compiled SQL and failing row count" width="1600" height="900" data-path="images/catalog-quality-tab-test-compiled-sql.jpg" />
</Frame>

Tests on a Catalog asset's [Quality tab](/products/data-catalog/asset-details/dbt#quality) can now be expanded to show the SQL dbt™ actually ran. Each test with a run exposes **Compiled SQL** and **Source code** toggles with copy controls, for native generic tests (`not_null`, `unique`) and custom singular tests alike, so you can debug a failing test without leaving the catalog.

Behind the scenes, the Quality tab's data (run status, test results, and column test badges) is now served by the same metadata store that powers the [Discovery API](/developers/graphql-api/api-reference/discovery-api), scoped to the workspace's default Bolt environment.

Shipped in Paradime v6.7.0.


## Related topics

- [Changelog](/changelog/overview.md)
- [dbt™ assets](/products/data-catalog/asset-details/dbt.md)
- [For read-only users](/start-here/quickstart/for-read-only-users.md)
- [July 30 improvements: editor, Catalog, Bolt](/changelog/2026-07-30/other-improvements.md)
- [Catalog](/products/code-ide/explore/catalog.md)
