| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| create-dagster-installer.sh | 2026-07-30 | 47.3 kB | |
| sha256.sum | 2026-07-30 | 411 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2026-07-30 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2026-07-30 | 134.9 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2026-07-30 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2026-07-30 | 54.3 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2026-07-30 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2026-07-30 | 54.3 MB | |
| 1.13.16 (core) _ 0.29.16 (libraries) source code.tar.gz | 2026-07-30 | 143.4 MB | |
| 1.13.16 (core) _ 0.29.16 (libraries) source code.zip | 2026-07-30 | 150.6 MB | |
| README.md | 2026-07-30 | 1.1 kB | |
| Totals: 11 Items | 537.6 MB | 3 | |
New
- Declarative Automation can now automate jobs, available as a preview feature. Pass an
automation_conditiontodefine_asset_job— wrapping an asset-level condition withAutomationCondition.any_job_root_assets_matchorAutomationCondition.all_job_root_assets_match— to launch a single run of the job when the condition becomes true. Evaluation history is viewable in the new Automation tab on job pages. - [ui] The Components tab for a code location now lists all component instances in the location, not just app-managed ones.
Bugfixes
- [dagster-airbyte] Fixed a bug where Airbyte API requests were not retried on transient failures, causing syncs to fail after a single transient error despite the
request_max_retriessetting. (Thanks, @MercureTony!)
Documentation
- Clarified the distinction between definition-time and runtime metadata, and documented how to access asset definition metadata from a custom I/O manager.
- Documented the available configuration options for the Soda integration.