Blog
Announcing Dagster 1.7: Love Plus One

Announcing Dagster 1.7: Love Plus One

April 8, 2024
Announcing Dagster 1.7: Love Plus One
Announcing Dagster 1.7: Love Plus One

A major set of updates to Dagster Core ahead of our Dagster+ launch.

The Dagster 1.7 release brings some key enhancements to Dagster Core.  These will immediately benefit open-source Dagster users and set the stage for the upcoming Dagster+ launch on April 17th. Here is a recap of enhancements in the fourteen sub-releases and 1066 commits between 1.6.0 and 1.7.0.

Organize your assets

Both Dagster Core (open-source) and the upcoming Dagster+ provide data asset cataloging. Here are some of the new features in Dagster Core, available in 1.7.0, that help you to organize, search, and share your critical assets:

New Asset Details page

We have released a new version of the Asset Details page. It includes an “Overview” tab that centralizes the most important information about the asset – such as current status, description, and columns – in a single place.

Dagster's updated Asset Details page.
   Dagster's updated Asset Details page. (click to zoom in)  

Asset Tags

As your project grows, it helps to organize assets into logical groups. Using tags to label assets, ops, jobs, and job runs makes them easier to find.  In addition to arbitrary tags, you can now assign assets to specific users, which in turn supports user-specific alerting.

Dagster's new Asset Tags help you organize your assets.
   Dagster Asset Tags help you organize and find your assets. (click to zoom in)  

These tags are surfaced in the asset catalog and details pages. You can filter your asset catalog based on these. For example, in the screenshot above, we filter down to just assets that contain PII. We'll also be announcing some exciting functionality to take action with asset tags during our upcoming Dagster+ launch on April 17th.

Asset Checks

As of Dagster 1.7.0 Asset Checks are no longer flagged as experimental, so you can expect the API to remain stable.

Dagster's Asset Checks comntinue to evolve.
   Dagster Asset Checks bring data quality and reliability into your pipeline logic. (click to zoom in)  

Furthermore, Asset Checks continue to evolve:

  • Checks can now be marked blocking, which causes downstream assets in the same run to be skipped if the check fails. This is set using the blocking parameter and defaults to False.
  • The new @multi_asset_check decorator lets you define a single function that executes multiple asset checks.
  • A freshness check is a type of asset check that allows you identify Dagster assets that are overdue for a data refresh. In 1.7 we introduce two new APIs — build_last_updated_freshness_checks and build_time_partition_freshness_checks — which allow you to define checks for when an asset is overdue for an update.
  • The new build_column_schema_change_checks API allows defining asset checks that warn when an asset’s columns have changed since its latest materialization.

Integrations Updates

dbt

Dagster’s dbt integration gets a number of updates in this release:* This integration can now be configured to automatically collect metadata about column schema and column lineage.* dbt tests are now pulled in as Dagster asset checks by default.* dbt resource tags are now automatically pulled in as Dagster asset tags.* dbt owners from dbt groups are now automatically pulled in as Dagster owners.

Data Freshness for Snowflake and GCP

The dagster-snowflake and dagster-gcp packages now both expose a fetch_last_updated_timestamps API, which makes it straightforward to collect data freshness information in source asset observation functions.

In addition to all of the above, we have made many quality-of-life improvements to the UI and made a ton of updates to the documentation.

And if you haven't already, do check out the courses in Dagster University, including the new module on dbt.

 Looking for a more granular list of enhancements?
Check out the full Dagster Changelog.

Contributors since 1.6.0:

We would like to thank all of the community members who have contributed to Dagster since the 1.6.0 release, building up to last week's 1.7 launch.

Dagster core committers for version 1.6
   All of the wonderful community contributors to Dagster Core from 1.6.1 to 1.7.0  

Jens Blawatt | James Campbell | Joe Youssouf | Todd Matthews | Andrew Resnikoff | Đỗ Trọng Hải | Craig Austin | Ion Koutsouris | Mathieu Larose | Ignas Anikevicius | Avril Aysha | Daniel Gafni | CapitanHeMo | Cameron Martin | Zoltan C. Toth | jlloyd-widen | Casper Weiss Bang | Shiv Gupta | Marijn Valk | Clifford Ressel | Christopher Tee | Emeric Planet | Parth Shyara | zyd14 | Rhiyo | onefloid | Jiri Vyoralek | Tyler Hunt | Marcel Steinbach | Dan Schafer | Stian Thaulow | maxfirman | Rui | Tyler Eason | thomaslaber | Amit | Aksel Stokseth | Brandon Freeman | Nicolas Huray | Steven Matson | geoHeil | Brandon Peebles | Karsten Gebbert | Ryan Waldheim | Dragos Pop

 Do you have suggestions for improving Dagster?
Join our Github Discussions and help up prioritize our efforts.

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.

Monorepos, the hub-and-spoke model, and Copybara
Monorepos, the hub-and-spoke model, and Copybara
Blog

April 3, 2026

Monorepos, the hub-and-spoke model, and Copybara

How we configure Copybara for bi-directional syncing to enable a hub-and-spoke model for Git repositories

Making Dagster Easier to Contribute to in an AI-Driven World
Making Dagster Easier to Contribute to in an AI-Driven World
Blog

April 1, 2026

Making Dagster Easier to Contribute to in an AI-Driven World

AI has made contributing to open source easier but reviewing contributions is still hard. At Dagster, we’re improving the contributor experience with smarter review tooling, clearer guidelines, and a focus on contributions that are easier to evaluate, merge, and maintain.

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

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.