TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

So, you think you've got dbt test bloat?

3 点作者 dave_infuseai大约 1 年前

1 comment

dave_infuseai大约 1 年前
I did this write up of a recent dbt meetup talk by an analytics engineer from Delivery Hero. They had dbt tests getting out of control triggering hundreds of alerts. Their solution is a mix of categorizing critical models, weighting alerts, and formalizing the response.<p>The video is here if you want to watch that directly, instead: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Nk_K8mW-N9A" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Nk_K8mW-N9A</a><p>The whole subject of dbt tests, bloat or rot, is an interesting one. Here&#x27;s a few stats from a couple of public facing dbt project:<p>- Mattermost: 194 models &#x2F; 318 tests - Cal-ITP (California Integrated Travel Project): 361 models &#x2F; 941 tests<p>What&#x27;s the model&#x2F;test ratio in your dbt project? How do you handle alerts?