Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
create-dagster-installer.sh | 2025-07-03 | 47.3 kB | |
sha256.sum | 2025-07-03 | 411 Bytes | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2025-07-03 | 114 Bytes | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2025-07-03 | 126.5 MB | |
create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2025-07-03 | 109 Bytes | |
create-dagster-x86_64-apple-darwin.tar.xz | 2025-07-03 | 44.1 MB | |
create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2025-07-03 | 110 Bytes | |
create-dagster-aarch64-apple-darwin.tar.xz | 2025-07-03 | 43.8 MB | |
1.11.1 (core) _ 0.27.1 (libraries) source code.tar.gz | 2025-07-03 | 179.6 MB | |
1.11.1 (core) _ 0.27.1 (libraries) source code.zip | 2025-07-03 | 185.7 MB | |
README.md | 2025-07-03 | 1.7 kB | |
Totals: 11 Items | 579.8 MB | 0 |
New
dagster definitions validate
will now raise an exception if there are invalid partition mappings between any assets in your asset graph (for example, an upstream and downstream asset with time-based partitions definitions using different timezones).- Performance improvements for run dequeuing when there are many queued runs using pools.
- [ui] For times in the last two days, Dagster UI now shows e.g. "47 hours ago" instead of "2 days ago."
- [ui] Asset checks now show whether they are
blocking
. - [dagster-tableau] Tableau workbooks fetched in Dagster can now be filtered and selected using the WorkbookSelectorFn.
Bugfixes
@graph
now correctly allows omitting inputs when the destinations of an input mapping have a default value.@record
classes no longer create problematic namespace conflicts with the symbol "check."- [ui] Filtering by partition on the Asset Events view now works as expected.
- [ui] Assets without definitions can now be properly wiped in the Asset Catalog.
Documentation
- Added clearer setup instructions for Windows and Linux users to the Contributing documentation, thanks @oohwooh!
- Fixed broken links in the Contributing documentation, thanks @emmanuel-ferdman!
Dagster Plus
- [ui] Fixed an issue that prevented status filtering from working within the selection syntax.
dg & Components
- Fixed an issue where
dg scaffold github-actions
would invoke thedg
CLI with outdated parameters for serverless orgs. - [dagster-dlt] Fixed an issue where the default scaffolded dlt load led to an invalid asset key.