Skip to content

Commit b60532f

Browse files
Merge pull request #7367 from segmentio/ashton-huxtable-patch-5
Add FAQ on blocking forwarded blocked events
2 parents 959f597 + d0714b3 commit b60532f

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 forwarded to my source from another source?
181+
182+
You can only use schema controls to block events at the point that they are ingested into Segment. When you forward an event that Segment has previously ingested from another source, that event bypasses the pipeline that Segment uses to block events and cannot be blocked a second time.
183+
180184
## Protocols Transformations
181185

182186
### Do transformations work with Segment replays?

0 commit comments

Comments
 (0)