---
title: "dltHub AI Workbench data quality toolkit: schema-aware checks that route their own fixes"
url: https://daily.dev/posts/dlthub-ai-workbench-data-quality-toolkit-schema-aware-checks-that-route-their-own-fixes-hx674ay6u
source_url: https://dlthub.com/blog/dq-toolkit-preview
type: article
source: "dltHub"
published: 2026-06-02T00:01:23.233Z
updated: 2026-06-02T00:01:54.062Z
tags: ["backend", "ai-agents", "data-quality"]
reading_time: 7
upvotes: 1
comments: 0
language: en
---

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

# dltHub AI Workbench data quality toolkit: schema-aware checks that route their own fixes

**[dltHub](https://daily.dev/sources/dlthub)** · 7 min read · 1 upvotes · 0 comments

## Summary

dltHub's AI Workbench data quality toolkit bootstraps checks directly from dlt's existing schema metadata (primary keys, non-nullable columns, uniqueness hints), samples columns before writing any rules, and embeds checks as decorators inside pipeline.run() via @dq.with_checks and @dq.with_metrics. Results are stored in destination tables (_dlt_checks, _dlt_dq_metrics) for querying or alerting. When failures occur, an LLM routes the fix to the appropriate toolkit: ingestion issues go to rest-api-pipeline, modeling issues to transformations, anomalies to data-exploration. This contrasts with tools like Great Expectations, which only report failures without routing fixes. The toolkit is part of dltHub Pro with a free trial available.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dlthub.com/blog/dq-toolkit-preview>

## Similar posts on daily.dev

- [Building production-ready data pipelines in Microsoft Fabric: A complete data quality framework with dlthub](https://daily.dev/posts/building-production-ready-data-pipelines-in-microsoft-fabric-a-complete-data-quality-framework-with-rytf4inro) · dltHub · 0 upvotes · 0 comments
- [AI Workbench: Ontology driven data modelling toolkit preview](https://daily.dev/posts/ai-workbench-ontology-driven-data-modelling-toolkit-preview-faks1csq2) · dltHub · 0 upvotes · 0 comments
- [Agents can write dlt pipelines. Now they can run & deploy them.](https://daily.dev/posts/agents-can-write-dlt-pipelines-now-they-can-run-deploy-them--vqtnhbzgx) · dltHub · 1 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#ai-agents](https://daily.dev/tags/ai-agents), [#data-quality](https://daily.dev/tags/data-quality)

[View this post on daily.dev](https://daily.dev/posts/dlthub-ai-workbench-data-quality-toolkit-schema-aware-checks-that-route-their-own-fixes-hx674ay6u)
