From a5a586020ee30c5c8a5ebadc06e03ef2c375a726 Mon Sep 17 00:00:00 2001 From: Maxime Carbonneau-Leclerc <3360483+maxi297@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:31:56 -0500 Subject: [PATCH] chore(documentation): Fix header for CDK migration 6.0.0 (#95) --- 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.