From 5eb3933ef9aa79e1413b0eb6dd8b1c60e74a571c Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Thu, 19 Dec 2024 11:03:35 -0800 Subject: [PATCH] changes --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e5dc41974493a..1d6dddc474e12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,9 @@ ### New -- Added Google Drive icon for `kind` tags. (Thanks, [@dragos-pop](https://github.com/dragos-pop)!) - Updated `cronitor` pin to allow versions `>= 5.0.1` to enable use of `DayOfWeek` as 7. Cronitor `4.0.0` is still disallowed. (Thanks, [@joshuataylor](https://github.com/joshuataylor)!) - Added flag `checkDbReadyInitContainer` to optionally disable db check initContainer. +- [ui] Added Google Drive icon for `kind` tags. (Thanks, [@dragos-pop](https://github.com/dragos-pop)!) - [ui] Renamed the run lineage sidebar on the Run details page to `Re-executions`. - [ui] Sensors and schedules that appear in the Runs page are now clickable. - [ui] Runs targeting assets now show more of the assets in the Runs page. @@ -23,7 +23,7 @@ - Assets with self dependencies and `BackfillPolicy` are now evaluated correctly during backfills. Self dependent assets no longer result in serial partition submissions or disregarded upstream dependencies. - Previously, the freshness check sensor would not re-evaluate freshness checks if an in-flight run was planning on evaluating that check. Now, the freshness check sensor will kick off an independent run of the check, even if there's already an in flight run, as long as the freshness check can potentially fail. - Previously, if the freshness check was in a failing state, the sensor would wait for a run to update the freshness check before re-evaluating. Now, if there's a materialization later than the last evaluation of the freshness check and no planned evaluation, we will re-evaluate the freshness check automatically. -- [ui] Fix run log streaming for runs with a large volume of logs. +- [ui] Fixed run log streaming for runs with a large volume of logs. - [ui] Fixed a bug in the Backfill Preview where a loading spinner would spin forever if an asset had no valid partitions targeted by the backfill. - [dagster-aws] `PipesCloudWatchMessageReader` correctly identifies streams which are not ready yet and doesn't fail on `ThrottlingException`. (Thanks, [@jenkoian](https://github.com/jenkoian)!) - [dagster-fivetran] Column metadata can now be fetched for Fivetran assets using `FivetranWorkspace.sync_and_poll(...).fetch_column_metadata()`.