You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/protocols/transform/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Segment's goal is to make Transformations a powerful tool that complements a wel
27
27
-**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.
28
28
-**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.
29
29
-**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.
0 commit comments