From f76ee3fd5ac33a07a545cf3d3f60c90817426c03 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Thu, 19 Dec 2024 09:32:34 -0800 Subject: [PATCH] add period --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a3d9317062b8b..e5dc41974493a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,7 +26,7 @@ - [ui] Fix 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()` +- [dagster-fivetran] Column metadata can now be fetched for Fivetran assets using `FivetranWorkspace.sync_and_poll(...).fetch_column_metadata()`. - [dagster-k8s] The k8s client now waits for the main container to be ready instead of only waiting for sidecar init containers. (Thanks, [@OrenLederman](https://github.com/OrenLederman)!) ### Documentation