From 095c33682eab210821c5980faf20e799f2559dfa Mon Sep 17 00:00:00 2001 From: Ilian Iliev Date: Thu, 26 Jun 2025 11:54:12 +0300 Subject: [PATCH] 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.