Skip to content

Commit 006d722

Browse files
authored
Merge pull request #7357 from segmentio/spencerattick-patch-10
Mapping Tester doesn't support Insert Functions
2 parents fe80eaa + c8eb426 commit 006d722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You can manually test your code from the functions editor:
235235
- Logs display any messages to console.log() from the function.
236236

237237
> warning ""
238-
> The Event Tester won't make use of an Insert Function, show how an Insert Function impacts your data, or send data downstream through the Insert Function pipeline. The Event Tester is not impacted by an Insert Function at all. Use the Function tester rather than the Event Tester to see how your Insert Function impacts your data.
238+
> The Event Tester and Mapping Tester don't support Insert Functions. They won't apply an Insert Function, show its impact on your data, or send data through the Insert Function pipeline. Use the Function Tester instead to evaluate how your Insert Function affects your data.
239239
240240
## Save and deploy the destination insert function
241241

0 commit comments

Comments
 (0)