Blog
Dagster 1.11: Build Me Up Buttercup

Dagster 1.11: Build Me Up Buttercup

June 26, 2025
Dagster 1.11: Build Me Up Buttercup
Dagster 1.11: Build Me Up Buttercup

Significantly improved pipeline-building experience with Components and dg, enhanced orchestration capabilities, integration power-ups, and more.

Introducing Dagster 1.11 “Build Me Up Buttercup”, shaped hand-in-hand with design partners and the community!

Release Highlights:

  • Components (stable) brings configurable, reusable building blocks in YAML or Python that declare Dagster definitions without boilerplate.
  • dg CLI (stable) is new command-line companion scaffolds code, accelerates development, and keeps large projects manageable.
  • Cross-platform create-dagster command to spin up an opinionated project or workspace layouts in seconds.
  • Various quality-of-life boosts across core orchestration and the UI.
  • Ecosystem power-ups: Iceberg, dbt Cloud, Airflow, Fivetran, and an in-app Integrations Marketplace.
  • …and more!

Read on for the details.

Components (stable): Configurable, Reusable Building Blocks for Data Pipelines

Components deliver configurable, reusable building blocks in YAML or Python, letting you define Dagster assets and pipelines effortlessly.

  • Plug-and-play in YAML or Python: Rapidly build pipelines from concise YAML or lightweight Python that lets you spin up arbitrary Dagster definitions (such as assets, resources, schedules, checks, and more) with almost no boilerplate. Ready-made components ship for dbt, Fivetran, Airbyte, Sling, DLT, Power BI, and more. Check out Components documentation.
__wf_reserved_inherit
  • Automatic Documentation: Metadata you already write auto-generates live reference pages and inline help, keeping builders unblocked and sparing you the README grind.
__wf_reserved_inherit
  • Low-code, High-clarity DSL
    • Custom Components: If you’re a data platform team serving many data users, wrap any internal script or third-party tool in a custom component and hand it over with the same polished tooling as the built-ins. No extra glue, no re-training your stakeholders.
    • Powerful tooling: High-quality errors, strongly typed definitions, and robust tooling integrated into your CI/CD workflows, for robust YAML management.
    • Pythonic Templating: Want more customization? Register reusable variables and Python helpers for extensive customization; this allow your stakeholders to craft entire workflows in one defs.yaml, without touching boilerplate.

dg (Stable): Your All-in-One CLI

Think of dg as an IDE you run from your terminal: scaffold code, spin up a local Dagster with UI, launch jobs, and introspect definitions—all behind one command.

  • Code generation: dg scaffold quickly generates definitions such as assets, components, and more, with zero boilerplate.
  • Local development & ad-hoc execution: dg dev launches a full Dagster instance + UI in one command. dg launch kicks off jobs or assets right from the CLI for quick ad-hoc execution.
  • Introspection & validation: View and validate definitions easily with dg list and dg check.
  • DX utilities: Easily configure VSCode/Cursor extensions, generate schemas, and inspect components.

All commands you're familiar with in the existing dagster CLI are also available here. The dg CLI will eventually supersede the existing dagster CLI entirely, offering enhanced usability and a unified experience. (Note: Certain sub-commands are still forthcoming and will be added soon.)

__wf_reserved_inherit

create-dagster: One-shot project bootstrapper

Instantly set up production-ready Dagster projects or workspaces with one simple command and no dependencies required. This modernized command supersedes the previous scaffold workflow, offering:

  • A standardized Python directory layout.
  • Preconfigured local dg CLI setup.
  • Workspace scaffolding capability (newly supported).
  • No active Python environment required (pipx, uvx, brew, curl friendly).
__wf_reserved_inherit

UI

  • Unified asset selection: A flexible, expressive syntax to easily define selections across your assets. Powers alerts, insights, and saved views. Learn more in https://dagster.io/blog/updated-asset-selection-syntax
  • Runs › Backfills consolidates all backfill activity under the Runs page for faster navigation.
  • Enhanced Asset Graph: Redesigned, customizable nodes with detailed health indicators.
__wf_reserved_inherit

Core Orchestration Enhancements

  • Improved Partial Retries: A new re-execution option enabled for re-running only failed assets within multi-asset steps, rather than all asset assets within a failed step. This saves resources and time in heavy dbt execution, multi-asset factories.
  • Checks in Ops: You can now use asset checks with Ops. Fits your operational and dynamic workflows that don’t fit in Assets paradiam.
  • Hooks in Assets: Success/failure callbacks now available in assets.
  • Efficient Backfills & Concurrency Management: Improved backfill policies and multi-threading support enhance scheduling efficiency; run blocking is now default, preventing oversubscription.

Integrations

  • Fivetran integration GA: the FivetranWorkspace resource is now GA [docs].
  • dbt Cloud (Beta): first-class job launches and lineage capture  [docs].
  • Apache Iceberg (Preview): Iceberg IOManager writes/reads lake-house tables [docs].
  • Airflow (Beta): Airflow Component lets you surface Airflow DAGs inside Dagster for mixed-orchestrator observability [docs].
  • Integrations Marketplace (Preview): “Integrations” tab to browse first- and third-party integrations natively in Dagster UI (enable via User Settings → “Display integrations marketplace”).
__wf_reserved_inherit

Acknowledgments

Huge thanks to everyone who opened issues, filed PRs, tested previews, and cheered us on. Dagster wouldn’t be what it is without you.

Stay tuned for more updates and enhancements in future releases—and, as always, happy data engineering!

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.