March 2024 Summaries
2 posts from Datafold
Filter
Month:
Year:
Post Summaries
Back to Blog
The text discusses the progression from a basic Continuous Integration (CI) pipeline for dbt Core projects to a more advanced setup that incorporates four key integrations to enhance efficiency, error resistance, and collaboration. Initially, a simple CI workflow was established with a minimal codebase to install Python and dbt, compile, build, and test dbt models, and run a SQL linter on new code. The advanced setup introduces Slim CI, which optimizes the process by building and testing only modified models and their downstream dependencies. Additionally, the text covers the use of hooks for task automation, Data Diffs for effective change tracking, and Slack notifications for real-time team updates. These features are recommended for scalable data governance and are actively employed by Datafold in their repositories to maintain robust and efficient data processes. The text also explains the necessity of a manifest.json file for implementing Slim CI, highlighting its importance as data teams grow and manage increasingly complex projects.
Mar 22, 2024
406 words in the original blog post.
Datafold has introduced significant enhancements to its data validation tools, aimed at improving the speed and efficiency of cross-database diffing—a critical process for data teams during migrations and data replication. These improvements include a tenfold increase in diffing speed, real-time diff results that allow users to see data discrepancies as they are identified, and the ability to set thresholds for differences per column to optimize resource use. These features are designed to help data teams quickly identify and resolve data quality issues, thereby ensuring the integrity of data that underlies business analytics, reporting, and machine learning models. The updates not only offer faster insights and reduced compute costs but also increase compatibility with a wider range of databases, making Datafold a more versatile tool for data reconciliation efforts.
Mar 18, 2024
879 words in the original blog post.