Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sha256.sum | 2025-07-31 | 411 Bytes | |
create-dagster-installer.sh | 2025-07-31 | 47.3 kB | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2025-07-31 | 114 Bytes | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2025-07-31 | 126.5 MB | |
create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2025-07-31 | 109 Bytes | |
create-dagster-x86_64-apple-darwin.tar.xz | 2025-07-31 | 44.1 MB | |
create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2025-07-31 | 110 Bytes | |
create-dagster-aarch64-apple-darwin.tar.xz | 2025-07-31 | 43.8 MB | |
1.11.4 (core) _ 0.27.4 (libraries) source code.tar.gz | 2025-07-31 | 182.0 MB | |
1.11.4 (core) _ 0.27.4 (libraries) source code.zip | 2025-07-31 | 188.2 MB | |
README.md | 2025-07-31 | 1.5 kB | |
Totals: 11 Items | 584.8 MB | 1 |
New
- Schedules now support specifying a subset of asset checks to execute in a
RunRequest
. - [dg] A new
docs integrations
cli is available for viewing an index of available integrations. - [ui] Jobs can now be filtered with a selection syntax.
- [dagster-tableau] Dashboards containing hidden sheets are now correctly linked to upstream data sources.
- [dagster-tableau] Tableau sheets and dashboards now produce observation events instead of materialization events when using
refresh_and_poll
inside the@tableau_assets
asset decorator.
Bugfixes
- Fixed a set of issues with the asset backfill system that could, in rare cases, cause runs to be kicked off out of order or never be kicked off.
- Fixed issue where additional args passed into a PermissiveConfig object could not be accessed via dot notation (thanks @CarlyAThomas and @BoLiuV5!)
- Duplicate definitions are no longer incorrectly created when including jobs for schedules & sensors when loading from a
defs
folder. - [components] Fixed an incorrect import being generated when scaffolding a component in Python. (thanks, @ajohnson5!)
- [dg] when assets are selected via
--assets
, other definitions types will no longer be displayed.