New
- Added a new tooltip to asset runs to either view the asset list or lineage
Bugfixes
- [ui] Fixed an issue where re-executing a run from a particular run's page wouldn’t navigate to the newly created run
Experimental
- [dagster-ext] An initial version of the
dagster-ext
module along with subprocess, docker, databricks, and k8s pod integrations are now available. Read more at #16319. Note that the module is temporarily being published to PyPI underdagster-ext-process
, but is available in python asimport dagster_ext
. - [asset checks] Added an ‘execute’ button to run checks without materializing the asset. Currently this is only supported for checks defined with
@asset_check
orAssetChecksDefinition
. - [asset checks] Added
check_specs
argument to@graph_multi_asset
- [asset checks] Fixed a bug with checks on
@graph_asset
that would raise an error about nonexistant checks