Skip to content

chore(deps): bump dagster from 1.10.16 to 1.13.1 in /etl - #2832

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/etl/dagster-1.13.1
Open

chore(deps): bump dagster from 1.10.16 to 1.13.1 in /etl#2832
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/etl/dagster-1.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Copy link
Copy Markdown
Contributor

Bumps dagster from 1.10.16 to 1.13.1.

Changelog

Sourced from dagster's changelog.

1.13.10 (core) / 0.29.10 (libraries)

Bugfixes

  • Fixed a bug where DagsterInstance.get_latest_materialization_event (and get_asset_records) could return a stale pre-wipe materialization for a wiped asset once a new run targeting the asset started or an observation was reported. In Dagster+, fixed the analogous bug where wiping partitions could leave the wiped partition's materialization as the asset's latest materialization.
  • Fixed an issue where an asset backfill could get stuck — emitting no further runs but never completing — when an asset whose partitions definition includes certain dates depended on an asset whose partitions definition excludes them.
  • Fixed a performance issue where assets partitioned by a cron schedule using an explicit minute list (e.g. 0,30 * * * *) computed partition counts much more slowly than the equivalent */30 schedule.
  • Improved the performance of loading the backfills for a partition set on deployments with a large number of backfills, which previously fetched and deserialized every backfill in the deployment on each request.
  • [ui] Fixed a performance regression that caused views with truncated text, such as the asset catalog, to render slowly.
  • [dagster-cloud] Fixed an issue where importing dagster_cloud.serverless could fail with a missing boto3 dependency on serverless deployments that did not install the [serverless] extra.

1.13.9 (core) / 0.29.9 (libraries)

New

  • Asset group names may now contain / separators to define hierarchical groups (e.g. marketing/ads). Hierarchical groups can be selected with wildcards in asset selections (e.g. group:"marketing/*") and are rendered as nested groups in the asset graph.
  • Added an is: filter to the asset selection syntax and search filters to select assets by type (e.g. is:external, is:materializable).
  • [dg] DG_PROJECT_PYTHON_EXECUTABLE in a project's .env is now parsed via python-dotenv, so export KEY=value, quoted values, and trailing comments are honored.
  • [ui] When filtering assets in the lineage view with the selection input, a "Save selection" button now allows creating a saved selection directly from the input value.
  • [ui] Redesigned the recent updates timeline on asset pages.
  • [dagster-cloud] Uploads through S3 presigned URLs (code location snapshots, serverless I/O manager objects, compute logs, and PEX files) now retry on transient HTTP 500 errors from S3.
  • [dagster-dlt] DltLoadCollectionComponent now supports partitions_def and backfill_policy. (Thanks, @​Benjamin0313!)
  • [helm] User code deployments now support running multiple replicas via replicaCount. All replicas of a deployment share a consistent gRPC server ID, so multi-replica deployments do not trigger spurious code location reloads. (Thanks, @​HynekBlaha!)

Bugfixes

  • Fixed an issue where date-like strings (e.g. "2021-10-30") in YAML config files were converted to datetime objects instead of being passed through as strings.
  • Fixed an issue where run failure sensors did not receive error information when a run failed due to a step failure. The originating step error is now available on the sensor context.
  • Fixed an issue where schedules using cron strings constrained to specific hours or days (e.g. */15 9-16 * * 1-5) were incorrectly treated as ticking uniformly throughout the day, which could produce overcounted partition counts and oversized backfills.
  • Fixed a deadlock that could occur when shutting down event log watchers on Postgres or MySQL storage while a watch callback was concurrently unsubscribing.
  • TemplatedSqlComponent now generates a unique default op name based on its template, preventing op name collisions when multiple components omit an explicit execution name.
  • [ui] Fixed an issue where clicking "View runs" in the backfill step status dialog did not open the runs dialog.
  • [ui] On the asset partitions page, the focused partition now resets when it falls outside the selected partition range, instead of continuing to display a partition that is no longer in the range.

Documentation

  • [dagster-dbt] Added a "Blue/green deployments" section to the dbt patterns and best practices guide, covering the clone-then-swap pattern.

1.13.8 (core) / 0.29.8 (libraries)

New

  • Special characters are now allowed in team owners for jobs, schedules, and sensors. (Thanks, @​dragos-pop!)
  • Added kinds tags and icons for Microsoft Fabric and OneLake. (Thanks, @​MartyP233!)
  • The BigQuery, Snowflake, and DuckDB I/O managers now skip the table write when an asset returns an empty DataFrame, logging a warning instead. This prevents incorrect type inference and degenerate tables for empty partitions.
  • [ui] The per-code-location "Docs" tab is now "Components", with its content available under a "Library" subtab. Existing /docs links continue to work via redirect.
  • [dagster-aws] The EMR PySpark step launcher now honors a configured S3 job package path.
  • [dagster-cloud] code_server.* metrics now carry a server_instance_id tag identifying the underlying gRPC server process. For multi-replica code locations, the tag identifies whichever replica answered the most recent metrics ping.

Bugfixes

... (truncated)

Commits
  • 00e2ef7 1.13.1
  • 1c95173 Adds changelog for 1.13.1 (#22830)
  • 2c86620 Add dynamic partition escaping to SnowflakePolarsTypeHandler (#22903)
  • a428f90 Add serverside killswitch for legacy freshness policy resolvers (#22891)
  • a2210de [perf] fast-path all partition subset for multi partition assets
  • 5ca5f93 Add PipesCompositeMessageReader for multi-writer pipes sessions (#22819)
  • 6ca4c26 [docs] add migration guide for 1.13.0 (#22800)
  • d82cc48 Add lastObservationTimestamp to GraphQL schema [FE-1106] (#22776)
  • dd45863 Revert "Add lastObservationTimestamp to asset health, expand catalog sort opt...
  • c82656e Update Serverless job location info (#22752)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 18, 2026

@NatSquared NatSquared left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dagster-postgres 0.26.16 depends on dagster==1.10.16

@dependabot
dependabot Bot force-pushed the dependabot/pip/etl/dagster-1.13.1 branch from a8c8ada to fa9d661 Compare April 27, 2026 18:43
@sonarqubecloud

Copy link
Copy Markdown

@NatSquared

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [dagster](https://github.com/dagster-io/dagster) from 1.10.16 to 1.13.1.
- [Release notes](https://github.com/dagster-io/dagster/releases)
- [Changelog](https://github.com/dagster-io/dagster/blob/master/CHANGES.md)
- [Commits](dagster-io/dagster@1.10.16...1.13.1)

---
updated-dependencies:
- dependency-name: dagster
  dependency-version: 1.13.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/etl/dagster-1.13.1 branch from fa9d661 to 440bb27 Compare June 24, 2026 22:10
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant