Skip to content

Commit a6feac4

Browse files
Merge pull request #6829 from segmentio/bcaudillo-patch-7
Multiple instances
2 parents 74dfebe + f564da0 commit a6feac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/protocols/transform/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Segment's goal is to make Transformations a powerful tool that complements a wel
2727
- **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.
2828
- **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.
2929
- **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.
30+
- **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.
31+
3032

3133
## View all Transformations
3234

0 commit comments

Comments
 (0)