Skip to content

Commit 0264fde

Browse files
Merge pull request #6842 from segmentio/prigiattiperrut-patch-4
Adding a note about Scope of Transformations
2 parents f2fed9a + cd160cc commit 0264fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/protocols/transform/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +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.
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+
- **Transformation scope:** Transformations can be applied to event names, properties, and traits. However, it's important to note that transformations cannot be applied to top-level attributes like userId.
3132

3233

3334
## View all Transformations

0 commit comments

Comments
 (0)