Skip to content

Commit

Permalink
1.7.14 Changelog (#23093)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 committed Jul 18, 2024
1 parent 4141aa2 commit 7fec7e9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

# 1.7.14 (core) / 0.23.14 (libraries)

### New

- [blueprints] When specifying an asset key in `ShellCommandBlueprint`, you can now use slashes as a delimiter to generate an `AssetKey` with multiple path components.
- [community-controbution][mlflow] The mlflow resource now has a `mlflow_run_id` attribute (Thanks Joe Percivall!)
- [community-contribution][mlflow] The mlflow resource will now retry when it fails to fetch the mlflow run ID (Thanks Joe Percivall!)

### Bugfixes

- Fixed an issue introduced in the 1.7.13 release where Dagster would fail to load certain definitions when using Python 3.12.4.
- Fixed an issue where in-progress steps would continue running after an unexpected exception caused a run to fail.
- [dagster-dbt] Fixed an issue where column lineage was unable to be built in self-referential incremental models.
- Fixed an issue where `dagster dev` was logging unexpectedly without the `grpcio<1.65.0` pin.
- Fixed an issue where a `ContextVar was created in a different context` error was raised when executing an async asset.
- [community-contribution] `multi_asset` type-checker fix from @aksestok, thanks!
- [community-contribution][ui] Fix to use relative links for manifest/favicon files, thanks @aebrahim!

### Documentation

- [community-contribution] Fixed helm repo CLI command typo, thanks @fxd24!

### Dagster Plus

- [ui] The deployment settings yaml editor is now on a page with its own URL, instead of within a dialog.

# 1.7.13 (core) / 0.23.13 (libraries)

### New
Expand Down

1 comment on commit 7fec7e9

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-7slhi3if8-elementl.vercel.app
https://release-1-7-14.dagster.dagster-docs.io

Built with commit 7fec7e9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.