From fcbf7954efe729726a8498642dde6a73484abd0f Mon Sep 17 00:00:00 2001 From: Brandon Caudillo <52050659+bcaudillo@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:43:16 -0600 Subject: [PATCH 1/2] Multiple instances --- src/protocols/transform/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/protocols/transform/index.md b/src/protocols/transform/index.md index ffd2d5f7f4..98d8e559be 100644 --- a/src/protocols/transform/index.md +++ b/src/protocols/transform/index.md @@ -27,6 +27,8 @@ Segment's goal is to make Transformations a powerful tool that complements a wel - **Source-level transformations are irrevocable:** When applied at the source, a transformation permanently changes the structure of the event. The original events are not easily recoverable or [Replayable](/docs/guides/what-is-replay). Assume that transformed data cannot be recovered. - **Device-mode destinations are NOT supported:** Source scoped transformations will **only** apply to cloud-mode destinations, warehouses, and S3 destinations. Destination scoped transformations will **only** apply to cloud-mode destinations. - **Transformation order:** Segment processes source-scoped transformations before the events reach destination filters. Segment processes destination-scoped transformations after the events pass through destination filters. +- **Multiple instances of the same destination:** If multiple instances of a destination are configured to a single source then the same transformation will apply across every instance. + ## View all Transformations From f564da0e1489b807b82dc0135e24867ce55c7448 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:49:32 -0400 Subject: [PATCH 2/2] Update src/protocols/transform/index.md --- src/protocols/transform/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/transform/index.md b/src/protocols/transform/index.md index 98d8e559be..0b8d78391b 100644 --- a/src/protocols/transform/index.md +++ b/src/protocols/transform/index.md @@ -27,7 +27,7 @@ Segment's goal is to make Transformations a powerful tool that complements a wel - **Source-level transformations are irrevocable:** When applied at the source, a transformation permanently changes the structure of the event. The original events are not easily recoverable or [Replayable](/docs/guides/what-is-replay). Assume that transformed data cannot be recovered. - **Device-mode destinations are NOT supported:** Source scoped transformations will **only** apply to cloud-mode destinations, warehouses, and S3 destinations. Destination scoped transformations will **only** apply to cloud-mode destinations. - **Transformation order:** Segment processes source-scoped transformations before the events reach destination filters. Segment processes destination-scoped transformations after the events pass through destination filters. -- **Multiple instances of the same destination:** If multiple instances of a destination are configured to a single source then the same transformation will apply across every instance. +- **Multiple instances of the same destination:** If multiple instances of a destination are connected to a single source, then the same transformation applies across every instance. ## View all Transformations