From a9003aa739526a5e22f2355e99fc3efeb30e4be5 Mon Sep 17 00:00:00 2001 From: John Lafleur Date: Thu, 27 May 2021 16:37:29 +1100 Subject: [PATCH] Update platform.md --- docs/project-overview/changelog/platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project-overview/changelog/platform.md b/docs/project-overview/changelog/platform.md index 54b27c9062a89..da8a0669730d4 100644 --- a/docs/project-overview/changelog/platform.md +++ b/docs/project-overview/changelog/platform.md @@ -12,7 +12,7 @@ If you're interested in our progress on the Airbyte platform, please read below! ## [05-25-2021 - 0.24.0](https://github.com/airbytehq/airbyte/releases/tag/v0.24.0-alpha) -* Checkpointing: Worker use destination (instead of source) for state ([#3290](https://github.com/airbytehq/airbyte/pull/3290)) +* **Checkpointing for incremental syncs** that will now continue where they left off even if they fail! ([#3290](https://github.com/airbytehq/airbyte/pull/3290)) * Avoid dbt runtime exception "maximum recursion depth exceeded" in ephemeral materialization ([#3470](https://github.com/airbytehq/airbyte/pull/3470))