Skip to content

Commit d0714b3

Browse files
Apply suggestions from code review
1 parent 50e2972 commit d0714b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/protocols/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ 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?
180+
### Can I use schema controls to block events forwarded to my source from another source?
181181

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

184184
## Protocols Transformations
185185

0 commit comments

Comments
 (0)