1.13.20
1.13.20 (core) / 0.29.20 (libraries)
Added 3
- Dynamic partitions can now be wiped and deleted in a single action in Dagster+, clearing the asset's degraded health status
- Alert policies can now notify on successful code location deploys
- Filter inputs now show recent searches in the autocomplete dropdown before typing
Changed 2
- Refreshed the Dagster and Dagster+ logos and favicons to the new branding
- Updated the Google kind tag icons
Fixed 1
- Fixed an issue where an ECS run launch would fail instead of retrying when ECS reported a transient AGENT failure
From Dagster
New
- In Dagster+, dynamic partitions can now be wiped and deleted in a single action, clearing the asset's degraded health status. Multi-partitioned assets are not yet supported.
- Alert policies can now notify on successful code location deploys.
- [ui] Filter inputs now show your recent searches in the autocomplete dropdown before you start typing.
- [ui] Refreshed the Dagster and Dagster+ logos and favicons to the new branding.
- [ui] Updated the Google kind tag icons. (Thanks, @dragos-pop!)
Bugfixes
- [dagster-aws] Fixed an issue where an ECS run launch would fail instead of retrying when ECS reported a transient
AGENTfailure. (Thanks, @yishern!)