From 095c33682eab210821c5980faf20e799f2559dfa Mon Sep 17 00:00:00 2001 From: Ilian Iliev Date: Thu, 26 Jun 2025 11:54:12 +0300 Subject: [PATCH 1/4] RDSC-3699 Updating note on behavior in previous versions --- .../data-pipelines/data-denormalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md index 3d4d4a84e2..7296fc186d 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md @@ -205,4 +205,4 @@ There are several important things to note when you use nesting: See the [Debezium PostgreSQL Connector Documentation](https://debezium.io/documentation/reference/connectors/postgresql.html#postgresql-replica-identity) for more information about this. -- If you change the foreign key of a child object, the child object will be added to the new parent, but the old parent will not be updated. This is a known limitation of the current implementation and is subject to change in future versions. +- Prior RDI v1.14.0 there is a known limitation if you change the foreign key of a child object. In that scenario the child object will be added to the new parent, but the old parent will not be updated. From a59bf2ca702b4952004052c806137a7f5545d65a Mon Sep 17 00:00:00 2001 From: ilianiliev-redis Date: Thu, 10 Jul 2025 09:53:02 +0300 Subject: [PATCH 2/4] Update content/integrate/redis-data-integration/data-pipelines/data-denormalization.md Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> --- .../data-pipelines/data-denormalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md index 7296fc186d..413688b28a 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md @@ -205,4 +205,4 @@ There are several important things to note when you use nesting: See the [Debezium PostgreSQL Connector Documentation](https://debezium.io/documentation/reference/connectors/postgresql.html#postgresql-replica-identity) for more information about this. -- Prior RDI v1.14.0 there is a known limitation if you change the foreign key of a child object. In that scenario the child object will be added to the new parent, but the old parent will not be updated. +- Prior to RDI v1.14.0 there is a known limitation if you change the foreign key of a child object. In that scenario, the child object will be added to the new parent, but the old parent will not be updated. From ae63f748418196e60abc34b010597874315c944e Mon Sep 17 00:00:00 2001 From: ilianiliev-redis Date: Mon, 18 Aug 2025 18:52:14 +0300 Subject: [PATCH 3/4] Update content/integrate/redis-data-integration/data-pipelines/data-denormalization.md --- .../data-pipelines/data-denormalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md index 413688b28a..e358d5fc2c 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md @@ -205,4 +205,4 @@ There are several important things to note when you use nesting: See the [Debezium PostgreSQL Connector Documentation](https://debezium.io/documentation/reference/connectors/postgresql.html#postgresql-replica-identity) for more information about this. -- Prior to RDI v1.14.0 there is a known limitation if you change the foreign key of a child object. In that scenario, the child object will be added to the new parent, but the old parent will not be updated. +- Prior to RDI v1.12.1 there is a known limitation if you change the foreign key of a child object. In that scenario, the child object will be added to the new parent, but the old parent will not be updated. From 4c79abbac54e28bd633f0f6c799e3a3b3e9ce431 Mon Sep 17 00:00:00 2001 From: David Dougherty Date: Mon, 18 Aug 2025 08:54:21 -0700 Subject: [PATCH 4/4] Minor grammar update --- .../data-pipelines/data-denormalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md index e358d5fc2c..c7ea293ae3 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md @@ -205,4 +205,4 @@ There are several important things to note when you use nesting: See the [Debezium PostgreSQL Connector Documentation](https://debezium.io/documentation/reference/connectors/postgresql.html#postgresql-replica-identity) for more information about this. -- Prior to RDI v1.12.1 there is a known limitation if you change the foreign key of a child object. In that scenario, the child object will be added to the new parent, but the old parent will not be updated. +- Prior to RDI v1.12.1, there is a known limitation if you change the foreign key of a child object. In that scenario, the child object will be added to the new parent, but the old parent will not be updated.