Static functions on classes decorated with @template_var can now optionally accept a ComponentLoadContext argument.
[dg] A MCP server is available to expose dg CLI capabilities to MCP clients. See the dg mcp CLI group for details.
[dagster-dbt] The dagster-dbt package no longer has a dependency on dbt-core.
[dagster-dbt][preview] Users of the dbt Fusion CLI can now use the dagster-dbt package to run dbt commands with no changes to their existing dagster code. This support is still in preview as the format of the log messages produced by the dbt Fusion CLI is still subject to change. Let us know if you notice any incompatibilities.
[dagster-databricks] Added a PipesDatabricksServerlessClient to support Databricks Serverless jobs with Dagster pipes.
[dagster-databricks] Added additional options for cluster configuration (thanks @jmccartin!)
Schedules now support specifying a subset of asset checks to execute in a RunRequest.
[dg] A new docs integrations cli is available for viewing an index of available integrations.
[ui] Jobs can now be filtered with a selection syntax.
[dagster-tableau] Dashboards containing hidden sheets are now correctly linked to upstream data sources.
[dagster-tableau] Tableau sheets and dashboards now produce observation events instead of materialization events when using refresh_and_poll inside the @tableau_assets asset decorator.