From 4ec71b9c165f773d5fcde97b3b5a36bd4469d36e Mon Sep 17 00:00:00 2001 From: Spencer Attick <23665784+spencerattick@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:21:46 -0500 Subject: [PATCH 1/2] mapping tester not supported --- src/connections/functions/insert-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 07211091be..00be195bf2 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -235,7 +235,7 @@ You can manually test your code from the functions editor: - Logs display any messages to console.log() from the function. > warning "" -> 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. +> 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. The mapping tester is also not compatible with an Insert Function. Use the Function tester rather than the Event Tester or mapping tester to see how your Insert Function impacts your data. ## Save and deploy the destination insert function From c8eb42603b2257b7858a5211c7541857faffd422 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:30:46 -0600 Subject: [PATCH 2/2] minor cleanup --- src/connections/functions/insert-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 00be195bf2..e364ba6c94 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -235,7 +235,7 @@ You can manually test your code from the functions editor: - Logs display any messages to console.log() from the function. > warning "" -> 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. The mapping tester is also not compatible with an Insert Function. Use the Function tester rather than the Event Tester or mapping tester to see how your Insert Function impacts your data. +> 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. ## Save and deploy the destination insert function