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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your development and testing workflow for SQL queries?

3 点作者 testerhn大约 3 年前
What is your workflow for developing, testing and versioning SQL queries?<p>My company has data pipelines that query a number of databases, such as MySQL and BigQuery. The SQL queries are typically read from a file or inlined as a string.<p>It seems to be challenging to develop, test and reuse SQL queries as you would code in programming languages like Python or Java.<p>For example, I&#x27;d like to decompose queries into reusable units that can be individually tested without heavy-weight external or remote dependencies and complicated setup, have any ideas?

1 comment

chanakya22大约 3 年前
Please check dbt package
评论 #31328210 未加载