From 3980d938b3423cd6502e029d30e4170dcbf45a90 Mon Sep 17 00:00:00 2001 From: Spencer Attick <23665784+spencerattick@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:54:42 -0400 Subject: [PATCH 1/2] add Insert Function --- src/guides/filtering-data.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/guides/filtering-data.md b/src/guides/filtering-data.md index f5bf8e9a58..8d65aa9e8a 100644 --- a/src/guides/filtering-data.md +++ b/src/guides/filtering-data.md @@ -108,6 +108,10 @@ If you have Protocols in your workspace, **and** have a tracking plan associated ![Schema Configuration section of a source's Settings page](images/protocols-unplanned.png) +## Destination Insert Function + +The newest, most customizable way to filter or alter data going from a source to a Cloud Mode destination is to use [Insert Functions]([url](https://segment.com/docs/connections/functions/insert-functions/)). This feature gives you the abiltiy to receive data from your Segment source, write custom code to alter or block it, and then pass that altered payload to a downstream Cloud Mode destination. + ## Warehouse Selective Sync Warehouse Selective Sync allows you to stop sending specific data to specific warehouses. You can use this to stop syncing specific events or properties that aren't relevant, and could be slowing down your warehouse syncs. See the [Warehouse Selective Sync documentation](/docs/connections/storage/warehouses/warehouse-syncs/#warehouse-selective-sync) to learn more. From fd77b649aa26653b12dca99c1662bef92efc057c Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:10:25 -0700 Subject: [PATCH 2/2] Update src/guides/filtering-data.md --- src/guides/filtering-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/filtering-data.md b/src/guides/filtering-data.md index 8d65aa9e8a..92e5bca5c2 100644 --- a/src/guides/filtering-data.md +++ b/src/guides/filtering-data.md @@ -110,7 +110,7 @@ If you have Protocols in your workspace, **and** have a tracking plan associated ## Destination Insert Function -The newest, most customizable way to filter or alter data going from a source to a Cloud Mode destination is to use [Insert Functions]([url](https://segment.com/docs/connections/functions/insert-functions/)). This feature gives you the abiltiy to receive data from your Segment source, write custom code to alter or block it, and then pass that altered payload to a downstream Cloud Mode destination. +A customizable way to filter or alter data going from a source to a cloud-mode destination is to use [Insert Functions](/docs/connections/functions/insert-functions/)). This feature gives you the ability to receive data from your Segment source, write custom code to alter or block it, and then pass that altered payload to a downstream cloud-mode destination. ## Warehouse Selective Sync