| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256.sum | 2026-04-23 | 411 Bytes | |
| create-dagster-installer.sh | 2026-04-23 | 47.3 kB | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2026-04-23 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2026-04-23 | 134.1 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2026-04-23 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2026-04-23 | 46.3 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2026-04-23 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2026-04-23 | 46.3 MB | |
| 1.13.2 (core) _ 0.29.2 (libraries) source code.tar.gz | 2026-04-23 | 197.6 MB | |
| 1.13.2 (core) _ 0.29.2 (libraries) source code.zip | 2026-04-23 | 204.8 MB | |
| README.md | 2026-04-23 | 2.1 kB | |
| Totals: 11 Items | 629.1 MB | 1 | |
New
- [ui] Users can now hold Cmd or Ctrl while clicking launch, materialize, re-execute, or retry buttons to open the resulting run in a new browser tab instead of navigating away from the current page.
- [ui] Added an Azure DevOps kind tag icon for assets tagged with the
azuredevopskind. - [dg] The
dg utils integrationssub-command has been removed. - [dagster-databricks]
DatabricksClientResourcenow accepts acredentials_strategyargument, enabling federated and custom authentication flows via the Databricks SDK'sCredentialsStrategyprotocol. (Thanks, @hbellur0526!)
Bugfixes
- Fixed an issue where the asset daemon could fail when encountering foreign sensor cursors in automation condition sensor state.
- Fixed an issue where run retries were sometimes not executed by the event log consumer daemon.
- Fixed an issue where an invalid multi-partition key format could cause errors when computing partition statuses.
- [dg] Fixed an issue where the
--api-tokenflag was ignored when passed todgCLI commands. - [dg] Fixed an issue in
dg api asset-checkswhere the command used a non-existent top-level GraphQL resolver path. - [ui] Fixed incorrect font rendering caused by a CSS variable name mismatch.
- [ui] Fixed an issue where the run config editor dialog displayed at an incorrect height.
- [ui] Fixed an issue where clicking asset selection autocomplete suggestions could cause the input to lose focus.
- [ui] Fixed an issue where the Users table in Org Settings did not support horizontal scrolling.
- [dagster-cloud-cli] Fixed GitHub Enterprise authentication for branch deployment CI/CD workflows.
- [dagster-databricks] Fixed a
TypeErrorwhencredentials_strategywasNone. - [dagster-dbt] Fixed a thread-safety issue in concurrent metadata fetching that could cause intermittent errors.
- [dagster-snowflake-polars] Fixed an issue where dynamic partition keys were not properly escaped.
Dagster Plus
- [ui] Branch deployments now expose run queue settings in the run queue configuration dialog.