From 35c1676d45aee36b129acd5ac57a8ce1eb6347f2 Mon Sep 17 00:00:00 2001 From: maxi297 Date: Fri, 29 Nov 2024 10:10:21 -0500 Subject: [PATCH 1/2] Fix header for CDK migration 6.0.0 --- cdk-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk-migrations.md b/cdk-migrations.md index ba953085f..fb2163ef8 100644 --- a/cdk-migrations.md +++ b/cdk-migrations.md @@ -1,6 +1,6 @@ # CDK Migration Guide -## Upgrading to 6.x.x +## Upgrading to 6.0.0 Version 6.x.x of the CDK introduces concurrent processing of low-code incremental streams. This is breaking because non-manifest only connectors must update their self-managed `run.py` and `source.py` files. This section is intended to clarify how to upgrade a low-code connector to use the Concurrent CDK to sync incremental streams. From 091c9210bb32ac26ca7b832b698a77dee12b7fb6 Mon Sep 17 00:00:00 2001 From: maxi297 Date: Mon, 2 Dec 2024 08:38:50 -0500 Subject: [PATCH 2/2] Retrigger build