New
- Assets whose failed partitions are all awaiting an automatic retry now report a warning health status instead of degraded. The asset health popover and alert notifications indicate that a retry is pending.
- [dagster-snowflake]
SnowflakeDbtProjectComponentnow supports configuringdefs_state, so Dagster+ deployments can opt into versioned state storage.
Bugfixes
- Fixed an issue where a config field typed as a discriminated union with a default value ignored that default.
- [dagster-snowflake] Fixed an issue where the
SnowflakeDbtProjectComponentobservation sensor could report Dagster-triggered dbt runs as externally triggered. - [dagster-snowflake] Fixed an issue where
SnowflakeDbtProjectComponentraised an error when dbt built models outside the selected subset of assets.