# Dagster 1.13.18 — 1.13.18 (core) / 0.29.18 (libraries) - Product: Dagster (https://whatsnew.fyi/product/dagster) - Vendor: Dagster Labs - Date: 2026-08-14 - Version: 1.13.18 - Original notes: https://github.com/dagster-io/dagster/releases/tag/1.13.18 - Permalink: https://whatsnew.fyi/product/dagster/releases/1.13.18 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Assets whose failed partitions are all awaiting an automatic retry now report a warning health status instead of degraded, with the asset health popover and alert notifications indicating that a retry is pending - **added** — SnowflakeDbtProjectComponent now supports configuring defs_state for versioned state storage in Dagster+ deployments - **fixed** — Fixed an issue where a config field typed as a discriminated union with a default value ignored that default - **fixed** — Fixed an issue where the SnowflakeDbtProjectComponent observation sensor could report Dagster-triggered dbt runs as externally triggered - **fixed** — Fixed an issue where SnowflakeDbtProjectComponent raised an error when dbt built models outside the selected subset of assets ###### 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] `SnowflakeDbtProjectComponent` now supports configuring `defs_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 `SnowflakeDbtProjectComponent` observation sensor could report Dagster-triggered dbt runs as externally triggered. - [dagster-snowflake] Fixed an issue where `SnowflakeDbtProjectComponent` raised an error when dbt built models outside the selected subset of assets.