Blog
Change Tracking Branch Deployments in Dagster+

Change Tracking Branch Deployments in Dagster+

April 17, 2024
Change Tracking Branch Deployments in Dagster+
Change Tracking Branch Deployments in Dagster+

Dagster+ further enhances identification and collaboration around changes to your data pipelines.

One of our primary beliefs at Dagster is that data engineering is software engineering. Data pipelines should be expressed as code and use a version control system like git. Before changes to a data pipeline are deployed to production, they should be reviewed by stakeholders and other engineers on your team and validated in a staging or test environment.

In practice, this means most Dagster users have a main branch that contains their code and a production Dagster deployment where that code is deployed.

When developers make changes to their data pipelines, they create a branch off of main, make their changes, and open a pull request in a Git hosting service like GitHub or GitLab. Once these changes are reviewed and approved, they are merged into main and the production Dagster deployment is updated.

How data pipeline changes occur in GitHub.

But this skips over a crucial step in the development process - testing the changes!

This is where Branch Deployments come in.

>    Jamie DeMaria introduces Change Tracking in Branch Deployments as part of the Dagster+ launch.  

How Branch Deployments Work

When you create a pull request, Dagster+ creates a corresponding Branch Deployment. Just like how GitHub shows what the code will look like after a change is merged, the Branch Deployment incorporates the code changes in the pull request and creates a lightweight, ephemeral, but detailed and interactive deployment to show what production will look like after the change is merged.

We designed Branch Deployments to fit seamlessly into the existing development process and reduce the friction of reviewing, testing, and collaborating on data pipelines.

Branch Deployments can be configured to interact with staging resources, which allows you to materialize your assets in the Branch Deployment without affecting production data.

A diagram explaining how branch deployments in Dagster work.
A quote from Aaron Fullerton that talks about how being able to visualize and test changes has enabled faster shipping from their data team.

Branch Deployments: Now with Change Tracking

Let’s take the git analogy a bit further. In GitHub and other Git hosting services, a pull request will show only the changes in a particular branch. These changes are highlighted so you can easily see what needs to be reviewed. With Dagster+, Branch Deployments also highlight which assets have changed with a feature called Change Tracking. When a Branch Deployment is created, the assets are compared to the production deployment. Assets that are changed in the branch are highlighted directly in the UI.

A photo of code in which the changed sections are highlighted.
A photo of an interface that displays the number of changes that have taken place in a branch.

Change Tracking brings a whole new level of visibility into the testing and review process. Here are some ways it can help you test and review code more effectively:

Testing

In a Branch Deployment with Change Tracking, you can use filters to show just the assets that are affected by your code changes. With this knowledge, you can be more precise about which assets you test in the Branch Deployment. This directly translates to increased velocity and cost savings since time and compute are not wasted materializing unchanged assets.

Reviewing

Change Tracking also makes reviewing and understanding code changes easier. For example, the following code change looks pretty innocuous:

An example of seemingly innocuous code that has been changed.

However, it’s hard to know how many assets this change affects. To find out, you’d need to search through the code base, and even then it’s hard to know if this encompasses the full scope of the change that took place.

With Change Tracking, your team can use the Dagster UI to show all of the assets affected by this change.

The changes tracked within the Dagster UI.

This immediately reveals the full impact of this code change and allows you to better understand the code you are reviewing and spot potential problems.

Dagster+ enhances the development process by detecting and highlighting several types of changes within branch deployments. These include the creation of new assets; additions, modifications, or removals of partitions; changes in upstream dependencies of assets; updates in asset tags and metadata; and changes in the code version of an asset's compute function. For a deeper understanding and examples of each type of change, refer to our detailed documentation here.

Look Out for Future Enhancements

Dagster+’s Branch Deployments enhance existing code review processes and improve your team’s ability to test and review code. This enables you to move faster and increase the quality of the data pipelines you deploy.

At Dagster Labs, we're constantly seeking innovative ways to streamline the development and testing processes for data teams. We’re actively exploring ways to make Branch Deployments even more authentic test environments, including the ability to read production data but write to staging.  We would love to hear how you would like to see Branch Deployments evolve.

Join the discussion on GitHub

Have feedback or questions? Start a discussion in Slack or Github.

Interested in working with us? View our open roles.

Want more content like this? Follow us on LinkedIn.

Dagster Newsletter

Get updates delivered to your inbox

Latest writings

The latest news, technologies, and resources from our team.

Multi-Tenancy for Modern Data Platforms
Webinar

April 7, 2026

Multi-Tenancy for Modern Data Platforms

Learn the patterns, trade-offs, and production-tested strategies for building multi-tenant data platforms with Dagster.

Deep Dive: Building a Cross-Workspace Control Plane for Databricks
Webinar

March 24, 2026

Deep Dive: Building a Cross-Workspace Control Plane for Databricks

Learn how to build a cross-workspace control plane for Databricks using Dagster — connecting multiple workspaces, dbt, and Fivetran into a single observable asset graph with zero code changes to get started.

Dagster Running Dagster: How We Use Compass for AI Analytics
Webinar

February 17, 2026

Dagster Running Dagster: How We Use Compass for AI Analytics

In this Deep Dive, we're joined by Dagster Analytics Lead Anil Maharjan, who demonstrates how our internal team utilizes Compass to drive AI-driven analysis throughout the company.

DataOps with Dagster: A Practical Guide to Building a Reliable Data Platform
DataOps with Dagster: A Practical Guide to Building a Reliable Data Platform
Blog

March 17, 2026

DataOps with Dagster: A Practical Guide to Building a Reliable Data Platform

DataOps is about building a system that provides visibility into what's happening and control over how it behaves

Unlocking the Full Value of Your Databricks
Unlocking the Full Value of Your Databricks
Blog

March 12, 2026

Unlocking the Full Value of Your Databricks

Standardizing on Databricks is a smart strategic move, but consolidation alone does not create a working operating model across teams, tools, and downstream systems. By pairing Databricks and Unity Catalog with Dagster, enterprises can add the coordination layer needed for dependency visibility, end-to-end lineage, and faster, more confident delivery at scale.

Announcing AI Driven Data Engineering
Announcing AI Driven Data Engineering
Blog

March 5, 2026

Announcing AI Driven Data Engineering

AI coding agents are changing how data engineers work. This Dagster University course shows how to build a production-ready ELT pipeline from prompts while learning practical patterns for reliable AI-assisted development.

How Magenta Telekom Built the Unsinkable Data Platform
Case study

February 25, 2026

How Magenta Telekom Built the Unsinkable Data Platform

Magenta Telekom rebuilt its data infrastructure from the ground up with Dagster, cutting developer onboarding from months to a single day and eliminating the shadow IT and manual workflows that had long slowed the business down.

Scaling FinTech: How smava achieved zero downtime with Dagster
Case study

November 25, 2025

Scaling FinTech: How smava achieved zero downtime with Dagster

smava achieved zero downtime and automated the generation of over 1,000 dbt models by migrating to Dagster's, eliminating maintenance overhead and reducing developer onboarding from weeks to 15 minutes.

Zero Incidents, Maximum Velocity: How HIVED achieved 99.9% pipeline reliability with Dagster
Case study

November 18, 2025

Zero Incidents, Maximum Velocity: How HIVED achieved 99.9% pipeline reliability with Dagster

UK logistics company HIVED achieved 99.9% pipeline reliability with zero data incidents over three years by replacing cron-based workflows with Dagster's unified orchestration platform.

Modernize Your Data Platform for the Age of AI
Guide

January 15, 2026

Modernize Your Data Platform for the Age of AI

While 75% of enterprises experiment with AI, traditional data platforms are becoming the biggest bottleneck. Learn how to build a unified control plane that enables AI-driven development, reduces pipeline failures, and cuts complexity.

Download the eBook on how to scale data teams
Guide

November 5, 2025

Download the eBook on how to scale data teams

From a solo data practitioner to an enterprise-wide platform, learn how to build systems that scale with clarity, reliability, and confidence.

Download the e-book primer on how to build data platforms
Guide

February 21, 2025

Download the e-book primer on how to build data platforms

Learn the fundamental concepts to build a data platform in your organization; covering common design patterns for data ingestion and transformation, data modeling strategies, and data quality tips.