| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256.sum | 2026-08-14 | 411 Bytes | |
| create-dagster-installer.sh | 2026-08-14 | 47.3 kB | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2026-08-14 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2026-08-14 | 132.9 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2026-08-14 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2026-08-14 | 54.2 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2026-08-14 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2026-08-14 | 54.2 MB | |
| 1.13.18 (core) _ 0.29.18 (libraries) source code.tar.gz | 2026-08-14 | 143.5 MB | |
| 1.13.18 (core) _ 0.29.18 (libraries) source code.zip | 2026-08-14 | 150.7 MB | |
| README.md | 2026-08-14 | 810 Bytes | |
| Totals: 11 Items | 535.5 MB | 0 | |
New
- Assets whose failed partitions are all awaiting an automatic retry now report a warning health status instead of degraded. The asset health popover and alert notifications indicate that a retry is pending.
- [dagster-snowflake]
SnowflakeDbtProjectComponentnow supports configuringdefs_state, so Dagster+ deployments can opt into versioned state storage.
Bugfixes
- Fixed an issue where a config field typed as a discriminated union with a default value ignored that default.
- [dagster-snowflake] Fixed an issue where the
SnowflakeDbtProjectComponentobservation sensor could report Dagster-triggered dbt runs as externally triggered. - [dagster-snowflake] Fixed an issue where
SnowflakeDbtProjectComponentraised an error when dbt built models outside the selected subset of assets.