Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sha256.sum | 2025-08-07 | 411 Bytes | |
create-dagster-installer.sh | 2025-08-07 | 47.3 kB | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2025-08-07 | 114 Bytes | |
create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2025-08-07 | 109 Bytes | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2025-08-07 | 126.4 MB | |
create-dagster-x86_64-apple-darwin.tar.xz | 2025-08-07 | 44.1 MB | |
create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2025-08-07 | 110 Bytes | |
create-dagster-aarch64-apple-darwin.tar.xz | 2025-08-07 | 43.8 MB | |
1.11.5 (core) _ 0.27.5 (libraries) source code.tar.gz | 2025-08-07 | 185.0 MB | |
1.11.5 (core) _ 0.27.5 (libraries) source code.zip | 2025-08-07 | 191.3 MB | |
README.md | 2025-08-07 | 1.2 kB | |
Totals: 11 Items | 590.7 MB | 2 |
New
- Static functions on classes decorated with
@template_var
can now optionally accept aComponentLoadContext
argument. - [dg] A MCP server is available to expose
dg
CLI capabilities to MCP clients. See thedg mcp
CLI group for details. - [dagster-dbt] The
dagster-dbt
package no longer has a dependency ondbt-core
. - [dagster-dbt][preview] Users of the dbt Fusion CLI can now use the
dagster-dbt
package to run dbt commands with no changes to their existing dagster code. This support is still in preview as the format of the log messages produced by the dbt Fusion CLI is still subject to change. Let us know if you notice any incompatibilities. - [dagster-databricks] Added a
PipesDatabricksServerlessClient
to support Databricks Serverless jobs with Dagster pipes. - [dagster-databricks] Added additional options for cluster configuration (thanks @jmccartin!)
Bugfixes
- Various bugfixes for backfills that target assets which change their partitions definition mid-backfill.
- [ui] Fixed issue that could cause errors related to the
ObjectMetadataValue
class.
Documentation
- Added docs for using Spark Connect and Databricks Connect with Dagster.