Skip to content

Update dagster-gcp requirement from >=0.29.11 to >=0.29.17 - #127

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gcp-gte-0.29.17
Open

Update dagster-gcp requirement from >=0.29.11 to >=0.29.17#127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gcp-gte-0.29.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dagster-gcp to permit the latest version.

Changelog

Sourced from dagster-gcp's changelog.

1.13.17 (core) / 0.29.17 (libraries)

New

  • [ui] The asset graph sidebar's search now matches only assets shown in the sidebar, matches on the full asset key as well as the displayed name, lists results alphabetically, and shows the namespace for results whose name is ambiguous.
  • [ui] Added a "Copy asset key" item to the asset node context menu.
  • [ui] Added a SLURM kind tag icon. (Thanks, @​geoHeil!)

Bugfixes

  • [dg] Fixed an issue where a Hybrid deployment running on Kubernetes could be misidentified as Serverless, causing PEX-configured builds to be packaged as Docker images.
  • [dg] Relaxed the tomlkit version constraint to allow newer releases. (Thanks, @​geoHeil!)
  • [ui] Fixed the asset graph sidebar to sort assets by their displayed name rather than their full asset key.
  • [ui] Fixed an issue where text in the search UI was truncated earlier than necessary.
  • [dagster-cloud] The Kubernetes agent now degrades gracefully when its service account is not permitted to manage ConfigMaps, launching code servers without fast in-place reload rather than failing to deploy the code location. Granting the agent's Role permissions on configmaps, which the latest agent Helm chart includes, restores fast reloads.
  • [dagster-spark] Fixed a command injection issue in spark_resource and create_spark_op: spark-submit is now invoked directly instead of through a shell, so shell metacharacters in application_arguments are no longer interpreted. Multiple and quoted arguments continue to work.
  • [dagster-tableau] Fixed an issue where empty workbooks could cause code location loads to fail.

Documentation

  • Documented how to connect to the Dagster+ MCP server using OAuth.
  • Corrected the Helm repository and chart names in the Kubernetes agent configuration reference.
  • Integration pages can now be filtered by tag.

1.13.16 (core) / 0.29.16 (libraries)

New

  • Declarative Automation can now automate jobs, available as a preview feature. Pass an automation_condition to define_asset_job — wrapping an asset-level condition with AutomationCondition.any_job_root_assets_match or AutomationCondition.all_job_root_assets_match — to launch a single run of the job when the condition becomes true. Evaluation history is viewable in the new Automation tab on job pages.
  • [ui] The Components tab for a code location now lists all component instances in the location, not just app-managed ones.

Bugfixes

  • [dagster-airbyte] Fixed a bug where Airbyte API requests were not retried on transient failures, causing syncs to fail after a single transient error despite the request_max_retries setting. (Thanks, @​MercureTony!)

Documentation

  • Clarified the distinction between definition-time and runtime metadata, and documented how to access asset definition metadata from a custom I/O manager.
  • Documented the available configuration options for the Soda integration.

1.13.15 (core) / 0.29.15 (libraries)

New

  • [dagster-snowflake] Added the SnowflakeDbtProjectComponent (Preview) for natively orchestrating dbt projects on Snowflake.

Documentation

  • Added documentation for the Dagster MCP server.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dagster-gcp](https://github.com/dagster-io/dagster) to permit the latest version.
- [Release notes](https://github.com/dagster-io/dagster/releases)
- [Changelog](https://github.com/dagster-io/dagster/blob/master/CHANGES.md)
- [Commits](https://github.com/dagster-io/dagster/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 17, 2026
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.

0 participants