| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256.sum | 2025-12-11 | 411 Bytes | |
| create-dagster-installer.sh | 2025-12-11 | 47.3 kB | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2025-12-11 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2025-12-11 | 129.0 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2025-12-11 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2025-12-11 | 45.8 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2025-12-11 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2025-12-11 | 45.8 MB | |
| 1.12.6 (core) _ 0.28.6 (libraries) source code.tar.gz | 2025-12-11 | 193.5 MB | |
| 1.12.6 (core) _ 0.28.6 (libraries) source code.zip | 2025-12-11 | 200.3 MB | |
| README.md | 2025-12-11 | 1.4 kB | |
| Totals: 11 Items | 614.6 MB | 0 | |
New
- All CLI commands under
dagster projecthave been removed.create-dagstershould be used instead. - [ui] Added a new Partitions facet to the Asset Lineage Graph.
- [ui] More details are now displayed for
SINCEconditions in evaluation tables for automation conditions. - [dagster-dbt] Added dbt cloud logs to stdout after the run completes in dbt cloud.
- [dagster-tableau] Improved resilience when fetching Tableau workspace data. The integration now skips individual workbooks that fail to return data and logs a warning, rather than failing the entire operation. (Thanks, @miriamcastel!)
Bugfixes
- Fixed an issue that would cause errors when attempting to create subclasses of
Resolvedthat had fields usingdefault_factoryarguments. - Fixed an issue with
dg plus deploy refresh-defs-statewhich could cause errors when refreshing state for components that required CLIs that were only available in the project environment. - [ui] Fixed Snowflake connection by changing the private key encoding from PEM to DER format. Snowflake requires unencrypted RSA private keys to be in DER format as bytes.
- [dagster-dbt] Updated
DbtCliResourceto use theproject_dirattribute from theDbtProjectinstance rather than passing the entireDbtProjectobject. - [dagster-tableau][dagster-sigma] Fixed bug that would cause templated env vars to not be resolved when specified in yaml.