Skip to content

Commit dc2d9bf

Browse files
authored
Merge pull request #5204 from segmentio/spencerattick-patch-4
add Insert Function
2 parents 4038b54 + fd77b64 commit dc2d9bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/guides/filtering-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ If you have Protocols in your workspace, **and** have a tracking plan associated
108108
![Schema Configuration section of a source's Settings page](images/protocols-unplanned.png)
109109

110110

111+
## Destination Insert Function
112+
113+
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.
114+
111115
## Warehouse Selective Sync
112116

113117
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.

0 commit comments

Comments
 (0)