New
- [ui] Users can now hold Cmd or Ctrl while clicking launch, materialize, re-execute, or retry buttons to open the resulting run in a new
browser tab instead of navigating away from the current page. - [ui] Added an Azure DevOps kind tag icon for assets tagged with the
azuredevopskind. - [dg] The
dg utils integrationssub-command has been removed. - [dagster-databricks]
DatabricksClientResourcenow accepts acredentials_strategyargument, enabling federated and custom authentication flows via the Databricks SDK'sCredentialsStrategyprotocol. (Thanks, @hbellur0526!)
Bugfixes
- Fixed an issue where the asset daemon could fail when encountering foreign sensor cursors in automation condition sensor state.
- Fixed an issue where run retries were sometimes not executed by the event log consumer daemon.
- Fixed an issue where an invalid multi-partition key format could cause errors when computing partition statuses.
- [dg] Fixed an issue where the
--api-tokenflag was ignored when passed todgCLI commands. - [dg] Fixed an issue in
dg api asset-checkswhere the command used a non-existent top-level GraphQL resolver path. - [ui] Fixed incorrect font rendering caused by a CSS variable name mismatch.
- [ui] Fixed an issue where the run config editor dialog displayed at an incorrect height.
- [ui] Fixed an issue where clicking asset selection autocomplete suggestions could cause the input to lose focus.
- [ui] Fixed an issue where the Users table in Org Settings did not support horizontal scrolling.
- [dagster-cloud-cli] Fixed GitHub Enterprise authentication for branch deployment CI/CD workflows.
- [dagster-databricks] Fixed a
TypeErrorwhencredentials_strategywasNone. - [dagster-dbt] Fixed a thread-safety issue in concurrent metadata fetching that could cause intermittent errors.
- [dagster-snowflake-polars] Fixed an issue where dynamic partition keys were not properly escaped.
Dagster Plus
- [ui] Branch deployments now expose run queue settings in the run queue configuration dialog.