| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256.sum | 2026-03-26 | 411 Bytes | |
| create-dagster-installer.sh | 2026-03-26 | 47.3 kB | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2026-03-26 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2026-03-26 | 134.2 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2026-03-26 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2026-03-26 | 46.3 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2026-03-26 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2026-03-26 | 46.3 MB | |
| 1.12.21 (core) _ 0.28.21 (libraries) source code.tar.gz | 2026-03-26 | 198.5 MB | |
| 1.12.21 (core) _ 0.28.21 (libraries) source code.zip | 2026-03-26 | 205.4 MB | |
| README.md | 2026-03-26 | 1.2 kB | |
| Totals: 11 Items | 630.8 MB | 3 | |
New
- Removed the
setuptools<82pin from thedagsterpackage. - Added support for the
partitionsattribute in asset selection syntax to filter assets by partition definition type (e.g.,partitions:"static"). - [dagster-spark] Added Spark Declarative Pipeline support in feature preview.
- [ui] Added a date range picker to the backfill modal for date-formatted partitions.
- [ui] The "Report evaluation" action for asset checks has been moved to a consolidated dropdown menu.
Bugfixes
- [dagster-dbt] Fixed issue that could cause
DbtProjectComponents with custom translation methods to not work with utilities likebuild_schedule_from_dbt_selection. - [ui] Fixed asset catalog sidebar not clearing key prefix filters when navigating back to root.
- [ui] Fixed deployment switcher button text color in Light Mode.
- [ui] Fixed duplicate "Catalog" breadcrumb on asset detail pages.
- [ui] Fixed lineage graph edges disappearing when zoomed out by increasing the maximum visible edge limit.
Documentation
- Added cross-account service discovery documentation for ECS agents, including the
service_discovery_role_arnconfiguration parameter. - Added Snowflake EL ingestion pattern documentation.