Blog
Announcing Dagster 1.3: Smooth Operator

Announcing Dagster 1.3: Smooth Operator

April 26, 2023
Announcing Dagster 1.3: Smooth Operator
Announcing Dagster 1.3: Smooth Operator

Dagster 1.3 officially inducts Pythonic Config and Resources and brings new enhancements to Software-Defined Assets, integrations, documentation, and guides.

Dagster 1.3: Smooth Operator

We are proud to make Dagster 1.3 available on Dagster Cloud and in Open Source.

This release:

  • officially inducts Pythonic Config and Resources as a permanent part of the system. It was introduced as an experimental feature in 1.2.
  • brings a number of enhancements to Software-Defined Assets related to tracking changes, auto-materialization, partitions, and the ergonomics of the powerful backfill functionality.
  • includes new enhancements to integrations, documentation, and guides.

Pythonic Config and Resources: Experimental no more

After several weeks of review and fine-tuning, we are taking the “experimental” badge off the new Pythonic Config and Resources. The lead engineers on this effort (Nick Schrock and Ben Pankow) explored this topic in a recent Community Memo and discussed it live on our Community call on April 11th. We would like to thank all the members of the community who helped to road-test this new feature and provided valuable feedback.

The related documentation has been updated, including:

Examples, integrations, and documentation have largely ported to the new APIs.

Note that the old Resources and Config APIs will continue to be supported for the foreseeable future. Check out [migration guide](https://docs.dagster.io/guides/dagster/migrating-to-pythonic-resources-and-config) to learn how to incrementally adopt the new APIs.

What's new in Software-Defined Assets

Dagster's asset-first approach to designing pipelines continue to resonate strongly with a growing community of data engineers. Based on the positive feedback from the community we continue to build out this core abstraction with more powerful features.

Here is what has been released for Software-Defined Assets in Dagster 1.3:

Auto-Materializing Assets
  • Auto-materialize policies replace the asset reconciliation sensor - We've made substantial improvements to the APIs used for specifying which assets are scheduled declaratively. Compared to build_asset_reconciliation_sensors introduced in Dagster 1.2, AutoMaterializePolicys work across code locations, and allow you to customize the conditions under which each asset is auto-materialized. [docs]
  • Auto-materialize policies and data versions - We've made it possible to auto-materialize stale assets that are downstream of an observable source asset. They now use the source asset observations to determine whether upstream data has changed and assets need to be materialized. [docs]
UI Improvements
  • Asset backfill page - A new page in the UI for monitoring asset backfills shows the progress of each asset in the backfill. [docs]
  • Clearer labels for tracking changes to data and code - Instead of the opaque “stale” indicator, Dagster’s UI now indicates whether code, upstream data, or dependencies have changed. When assets are in violation of their FreshnessPolicys, Dagster’s UI now marks them as “overdue” instead of “late”. [docs]

Docs Enhancements

We continue to invest in the Dagster docs to make them more accessible, complete, and up-to-date.

  • Improved run concurrency docs - The new "Limiting concurrency in data pipelines" guide is a one-stop-shop for understanding and implementing run concurrency, whether you’re on Dagster Cloud or deploying to your own infrastructure.
  • Additions to the Intro to Assets tutorial - We’ve added two new sections to the assets tutorial, focused on scheduling and I/O.
  • New best-practice guide to building machine learning pipelines - Many Dagster users learn best by example - this guide walks you through building a simple machine learning pipeline using Dagster. You can explore more best practice guides here.
  • Re-organized Dagster Cloud docs - We overhauled how the Dagster Cloud docs are organized, bringing them more in line with the UI.

1.3 Contributors

We are very grateful to community contributors to the Dagster project, who provide precious input by suggesting new features, submitting PRs, and helping identify and document bugs.

Here is a shout-out to all contributors to 1.3 - Dagster would not be what it is without your help.

nhuray |{' '}  tghankenelben10 |    ldnicolasmay   | Abbe98 |    mikekutzma   | fridiculous |    mpicard   | NicolasPA |    AndyBys   | charliermarsh |    Taadas   | planvin

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 13, 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.

The Missing Half of the Enterprise Context Layer
The Missing Half of the Enterprise Context Layer
Blog

April 22, 2026

The Missing Half of the Enterprise Context Layer

AI agents that only understand business definitions without knowing whether the underlying pipeline actually succeeded are confidently wrong and operational context from the orchestrator is the missing piece.

How to Orchestrate Across Multiple Databricks Workspaces Without Losing Your Mind
How to Orchestrate Across Multiple Databricks Workspaces Without Losing Your Mind
Blog

April 20, 2026

How to Orchestrate Across Multiple Databricks Workspaces Without Losing Your Mind

Once your pipelines span multiple Databricks workspaces, you're no longer orchestrating a single system you're coordinating a distributed one.

Dagster 1.13: Octopus's Garden
Dagster 1.13: Octopus's Garden
Blog

April 9, 2026

Dagster 1.13: Octopus's Garden

Dagster skills, partitioned asset checks, state backed components, virtual assets, and stronger integrations.

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 eBook Primer on How to Build Data Platforms
Guide

February 21, 2025

Download the eBook 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.

AI Driven Data Engineering
Course

March 19, 2026

AI Driven Data Engineering

Learn how to build Dagster applications faster using AI-driven workflows. You'll use Dagster's AI tools and skills to scaffold pipelines, write quality code, and ship data products with confidence while still learning the fundamentals.

Dagster & ETL
Course

July 11, 2025

Dagster & ETL

Learn how to ingest data to power your assets. You’ll build custom pipelines and see how to use Embedded ETL and Dagster Components to build out your data platform.

Testing with Dagster
Course

April 21, 2025

Testing with Dagster

In this course, learn best practices for testing, including unit tests, mocks, integration tests and applying them to Dagster.