From 3a83254213455dd237ba8d02d9b9a9e7d14b3c6a Mon Sep 17 00:00:00 2001 From: Courtney Garcia <97773072+courtneyga@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:56:22 -0500 Subject: [PATCH 1/3] Update insert-functions.md --- src/connections/functions/insert-functions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index c82cda282f..24f79e556b 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -47,6 +47,9 @@ Use this page to edit and manage insert functions in your workspace. You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace. +> warning "Storage Destination Limit" +> Currently, you are not able to connect a Storage Destination to an Insert Function. + ## Code the destination insert function Segment invokes a separate part of the function (called a "handler") for each event type that you send to your destination insert function. From 8d7fa2a52c1d070ab1cb0bec8b948206bbcd062f Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:57:27 -0400 Subject: [PATCH 2/3] Apply suggestions from code review --- src/connections/functions/insert-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 24f79e556b..c528daa275 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -47,8 +47,8 @@ Use this page to edit and manage insert functions in your workspace. You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace. -> warning "Storage Destination Limit" -> Currently, you are not able to connect a Storage Destination to an Insert Function. +> warning "Storage destinations are not compatible with Destination Insert Functions" +> You cannot connect an Insert Function to a storage destination at this time. ## Code the destination insert function From 1267a1d1de39657ba79908020f86d424b574b97e Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:59:46 -0400 Subject: [PATCH 3/3] move note --- src/connections/functions/insert-functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 24f79e556b..5629a6de81 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -36,6 +36,9 @@ For data to flow to your downstream destinations, you'll need to connect your in 2. Click **Connect a destination**. 3. Select the destination you'd like to connect to and click **Connect to destination**. +> warning "Storage destinations are not compatible with Destination Insert Functions" +> You cannot connect an Insert Function to a storage destination at this time. + ### Using the Destinations tab To access insert functions through the Destinations tab: @@ -47,9 +50,6 @@ Use this page to edit and manage insert functions in your workspace. You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace. -> warning "Storage Destination Limit" -> Currently, you are not able to connect a Storage Destination to an Insert Function. - ## Code the destination insert function Segment invokes a separate part of the function (called a "handler") for each event type that you send to your destination insert function.