Introducing WAP Pattern Support with Apache Iceberg
SQLMesh now supports the Write-Audit-Publish pattern when model tables are stored in the Apache Iceberg format.
SQLMesh now supports the Write-Audit-Publish pattern when model tables are stored in the Apache Iceberg format.
Explaining the surge in popularity of declarative data transformation while drawing some parallels with DevOps.
Manually tracing DAGs and jumping between models is a drag. If you know that pain, check out the free, open source SQLMesh browser UI - it makes understanding and developing data transformation models easy.
The tremendous push towards streaming pipelines lately has led some to believe that the days of batch processing are either over or will soon be coming to an end. But is this actually true? In this post, I explore the reasons for keeping some of your batch pipelines.
Explore the two fundamental methods of loading data (Full Refresh and Incremental). Learn about two common approaches for determining what data to load incrementally and how they compare.
Writing efficient and correct incremental pipelines is challenging. While many folks do take on the challenge of writing incremental models, it is viewed as an advanced use case which could discourage teams from adopting incremental loads.