New
- A param
exclusions
was added to time window partition definitions to support custom calendars. - The
dagster
library now supportsprotobuf==6.x
- [dg]
dg scaffold defs --help
now shows descriptions for subcommands. - [dg] A new
dg check toml
command has been added to validate your TOML configuration files. - [dagster-databricks] The
DatabricksAssetBundleComponent
has been added in preview. Databricks tasks can now be represented as assets and submitted via Dagster. - [dagster-dbt] The DbtProjectComponent now takes an optional
cli_args
configuration to allow customizing the command that is run when your assets are executed. - [dagster-dbt] The polling interval and timeout used for runs triggered with the
DbtCloudWorkspace
resource can now be customized with theDAGSTER_DBT_CLOUD_POLL_INTERVAL
andDAGSTER_DBT_CLOUD_POLL_TIMEOUT
environment variables. - [ui] Added the ability to filter to failed/missing partitions in the asset report events dialog.
- [ui] A tree view has been added in the Global Asset Lineage.
- [telemetry] Telemetry disclaimer now prints to stderr.
Bugfixes
- Fixed an issue that would require config provided to backfills to contain config for all assets in the code location rather than just the selected ones.