Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sha256.sum | 2025-08-28 | 411 Bytes | |
create-dagster-installer.sh | 2025-08-28 | 47.3 kB | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2025-08-28 | 114 Bytes | |
create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2025-08-28 | 123.4 MB | |
create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2025-08-28 | 109 Bytes | |
create-dagster-x86_64-apple-darwin.tar.xz | 2025-08-28 | 44.3 MB | |
create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2025-08-28 | 110 Bytes | |
create-dagster-aarch64-apple-darwin.tar.xz | 2025-08-28 | 43.9 MB | |
1.11.8 (core) _ 0.27.8 (libraries) source code.tar.gz | 2025-08-28 | 187.2 MB | |
1.11.8 (core) _ 0.27.8 (libraries) source code.zip | 2025-08-28 | 193.6 MB | |
README.md | 2025-08-28 | 1.3 kB | |
Totals: 11 Items | 592.4 MB | 4 |
New
- A param
exclusions
was added to time window partition definitions to support custom calendars. - The
dagster
library now supportsprotobuf==6.x
- [dg]
dg scaffold defs --help
now shows descriptions for subcommands. - [dg] A new
dg check toml
command has been added to validate your TOML configuration files. - [dagster-databricks] The
DatabricksAssetBundleComponent
has been added in preview. Databricks tasks can now be represented as assets and submitted via Dagster. - [dagster-dbt] The DbtProjectComponent now takes an optional
cli_args
configuration to allow customizing the command that is run when your assets are executed. - [dagster-dbt] The polling interval and timeout used for runs triggered with the
DbtCloudWorkspace
resource can now be customized with theDAGSTER_DBT_CLOUD_POLL_INTERVAL
andDAGSTER_DBT_CLOUD_POLL_TIMEOUT
environment variables. - [ui] Added the ability to filter to failed/missing partitions in the asset report events dialog.
- [ui] A tree view has been added in the Global Asset Lineage.
- [telemetry] Telemetry disclaimer now prints to stderr.
Bugfixes
- Fixed an issue that would require config provided to backfills to contain config for all assets in the code location rather than just the selected ones.