Blog
Announcing Dagster 1.4: Material Girl

Announcing Dagster 1.4: Material Girl

July 21, 2023
Announcing Dagster 1.4: Material Girl
Announcing Dagster 1.4: Material Girl

The latest release brings major new dbt capabilities, new asset materialization controls, and more.

We are pleased to announce that Dagster 1.4.0 —  “Material Girl” —   is now available on Dagster Cloud and in Open Source.  Full details on the release can be found in the release notes, but here are the highlights:

Supercharge dbt™

The headlining act on this release is the dagster-dbt enhancements.  While Dagster already provided a dagster-dbt integration (as well as a dbt Cloud integration), we have gathered input from Dagster users who rely heavily on dbt and introduced brand new capabilities:

  • A new @dbt-assets decorator allows much more control over how Dagster runs your dbt project.
  • A new scaffolding command line interface makes it easy to create files and directories for a Dagster project that wraps an existing dbt project.
  • Improved APIs for defining asset dependencies between upstream dbt assets and downstream non-dbt assets. It is now much easier to specify dependencies between dbt models and upstream non-dbt assets by specifying Dagster asset keys in the dbt metadata for dbt sources.
>    View the Aug 2nd, 2023 event in which the Dagster team reviewed the new functionality.  

Evolving asset materialization, improving the UI, and more

We continue to evolve asset materialization, giving you more fine-grained control and observability over when, why, and how your computations run.  These include auto-materialization history, auto-materialization performance, asset backfill cancellation, and a new group-level asset status UI.

Dagster's new optional horizontal alignment.
   Dagster's new auto-materialization history provides complete transparency over how materialization rules were executed.  
Dagster's new optional horizontal alignment.
   The auto-materialization history provides granular details down to the partition level.  
Dagster's new optional horizontal alignment.
   The new Assets Overview dashboard shows the status of all assets in your deployment, rolled up by group.  

We have introduced two new experimental features:  op-level concurrency limits and the ability to observe source assets without defining jobs.

We have also focused on improving some of the framework ergonomics, making it more logical and accessible.  Improvements here include:

  • Deprecation of non_argument_deps in favor of a new deps parameter (makes it clear that this is a first-class way of defining dependencies, makes code more concise, while still accepting previous parameters)
  • Renaming Dagit to Dagster UI (reducing the number of terms that new users need to learn)
  • Auto-populating the launchpad with default field values (reducing cognitive load).

We have moved some features out of the “experimental” stage: DynamicPartitionDefinition and SensorResult.

Finally, we have a new UI layout change that is flagged as experimental and open to your feedback in the GitHub discussion found here.  The new layout renders the graph horizontally left-to-right instead of vertically. You can try the new horizontal asset graph layout by enabling the Experimental horizontal asset DAGs feature flag in your user settings. Give it a try, and let us know what you think.

Dagster's default vertical alignment.
       Dagster's default vertical alignment.      
Dagster's new optional horizontal alignment.
       Dagster's new optional horizontal alignment.      

1.4 Contributors:

We would like to thank all of the contributors to the 1.4 Dagster Core release.

askvinni | yuvalgimmunai  | nigelainscoe | plaflamme  | danielecappuccio  | armandobelardo  | boenshao  | loerinczy  | akan72  | out-running-27  | guy-rvvup  | thijs-blom  | jrouly  | adeboyed  | snikch  | chrishiste  | renzhe-brian  | chodera  | joel-olazagasti  | danielgafni  | KMontag42  | srggrs  | Jinior  | ldnicolasmay  | Elliot2718  | PeterJCLaw  | Tanguy-LeFloch  | leehuwuj  | weberdavid  | keyz  | pdstrnadJC  | nina-j  | wkeifenheim  | rubikplanet

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.

Bridging High-Code and Low-Code

October 1, 2025

Bridging High-Code and Low-Code

Empowering engineers with flexibility and analysts with accessibility

Building a Better Lakehouse: From Airflow to Dagster

September 30, 2025

Building a Better Lakehouse: From Airflow to Dagster

How I took an excellent lakehouse tutorial and made it even better with modern data orchestration

Designing User-Friendly Dagster Components

September 25, 2025

Designing User-Friendly Dagster Components

The difference between components that thrive and components that collect digital dust? User experience design.