Download Latest Version create-dagster-x86_64-apple-darwin.tar.xz (54.0 MB)
Email in envelope

Get an email when there's a new version of Dagster

Home / 1.13.5
Name Modified Size InfoDownloads / Week
Parent folder
sha256.sum 2026-05-15 411 Bytes
create-dagster-installer.sh 2026-05-15 47.3 kB
create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 2026-05-15 114 Bytes
create-dagster-x86_64-unknown-linux-gnu.tar.xz 2026-05-15 134.4 MB
create-dagster-x86_64-apple-darwin.tar.xz.sha256 2026-05-15 109 Bytes
create-dagster-x86_64-apple-darwin.tar.xz 2026-05-15 54.0 MB
create-dagster-aarch64-apple-darwin.tar.xz.sha256 2026-05-15 110 Bytes
create-dagster-aarch64-apple-darwin.tar.xz 2026-05-15 54.1 MB
1.13.5 (core) _ 0.29.5 (libraries) source code.tar.gz 2026-05-15 141.7 MB
1.13.5 (core) _ 0.29.5 (libraries) source code.zip 2026-05-15 148.6 MB
README.md 2026-05-15 2.4 kB
Totals: 11 Items   532.8 MB 0

New

  • Added kinds tags for Alteryx, Boomi, and SAP.
  • Raised the SQLite busy_timeout default from 5s to 30s on SqliteEventLogStorage and ConsolidatedSqliteEventLogStorage to better tolerate slow or network-backed $DAGSTER_HOME filesystems.
  • [ui] Removed the "Scheduled" tab from the runs feed.
  • [ui] The sensor tick timeline now shows more ticks on the newest page, matching the list of ticks shown in the table below.
  • [dagster-k8s] Added a delete_pod_on_completion flag to PipesK8sClient.run, allowing callers to opt out of the automatic pod deletion at the end of a Pipes run.
  • [dagstermill] Dropped support for papermill 1.x. dagstermill now requires papermill>=2.0.0.

Bugfixes

  • Job backfills now retry on transient daemon errors such as code-server unreachable, matching the existing behavior for asset backfills. The DAGSTER_MAX_ASSET_BACKFILL_RETRIES environment variable has been renamed to DAGSTER_MAX_BACKFILL_RETRIES, with a fallback to the old name for backwards compatibility.
  • Fixed a bug where asset checks could be dropped from a JobDefinition when selected as part of a subset selection.
  • Fixed a bug where, in a partitioned-asset backfill running multiple partitions concurrently, an inline AssetCheckResult could record a target_materialization pointing to a different partition's materialization.
  • Fixed a regression introduced in 1.12.10 where OutputContext.asset_partition_key_range and InputContext.asset_partition_key_range could raise CheckError: The instance is not available to load partitions for assets using a MultiPartitionsDefinition that includes a DynamicPartitionsDefinition.
  • Improved the error message shown when the instance is not available to load dynamic partitions, recommending the use of partition_loading_context.
  • [ui] Fixed an issue where viewing the Lineage tab for an asset could cause the page header to disappear.
  • [dagster-dbt] Fixed a bug where, when a dbt asset selection grew large enough to switch from inline --select/--exclude to a temporary selectors.yml, runtime --exclude arguments were silently dropped.
  • [dagster-dbt] Fixed runtime selection arguments not being properly applied when used with @dbt_assets ops.
  • [dagstermill] Increased the default Jupyter kernel-startup timeout for dagstermill notebook ops from 60s to 120s.
Source: README.md, updated 2026-05-15