Skip to content

Commit 50e2972

Browse files
Add FAQ on blocking forwarded blocked events
1 parent e8765e5 commit 50e2972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/protocols/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ Blocking events within a [Source Schema](/docs/connections/sources/schema/) or [
177177

178178
Warehouse connectors don't use data type definitions for schema creation. The [data types](/docs/connections/storage/warehouses/schema/#data-types) for columns are inferred from the first event that comes in from the source.
179179

180+
### Can I use schema controls to block events that have been blocked from another source and forwarded to a new one?
181+
182+
Schema controls can only be used to block events as they are ingested into Segment. When you forward a blocked event from another source, that event has already been ingested into Segment. Thus, as it enters the second source, it bypasses the pipeline that would be used to block the event a second time.
183+
180184
## Protocols Transformations
181185

182186
### Do transformations work with Segment replays?

0 commit comments

Comments
 (0)