Continuous Delivery (CD) is the practice of using automation to release software in short iterations. Learn how to get started with CD with our free guide.| Atlassian
Worried about introducing data pipeline bugs, regressions, or introducing breaking changes? Then this post is for you. In this post, you will learn what CI is, why it is crucial to have data tests as part of CI, and how to create a CI pipeline that automatically runs data tests on pull requests using Github Actions.| www.startdataengineering.com
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub| Matt Segal Dev