TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Audit dbt models as you code

3 pointsby hichkakerabout 2 years ago

1 comment

hichkakerabout 2 years ago
As a data engineer, validating your SQL code as you develop pipelines is hard. It requires running the code to materialize a &quot;development&quot; dataset, then auditing the resulting dataset to ensure your code produces the correct output. That tedious process usually involves writing lots of ad-hoc SQL scripts.<p>We built an integration with a popular framework for orchestrating SQL pipelines – dbt – that enables developers quickly profile their development datasets and diff them against production to audit their work as they code. It&#x27;s free for individual developers. (We make money by selling CI&#x2F;CD validation to teams)