Skip to content

Commit f6cd7e2

Browse files
Merge pull request #6469 from segmentio/char-docs
Update faq.md
2 parents 6d8364e + 646c6ec commit f6cd7e2

File tree

1 file changed

+5
-0
lines changed
  • src/connections/storage/warehouses

1 file changed

+5
-0
lines changed

src/connections/storage/warehouses/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,8 @@ To change the name of your schema without disruptions:
194194
## Can I selectively filter data/events sent to my warehouse based on a property?
195195

196196
At the moment, there isn't a way to selectively filter events that are sent to the warehouse. The warehouse connector works quite differently from our streaming destinations and only has the [selective sync](/docs/connections/storage/warehouses/warehouse-syncs/#warehouse-selective-sync) functionality that allows you to enable/disable specific properties or events.
197+
198+
## Can data from multiple sources be synced to the same database schema?
199+
It's not possible for different sources to sync data directly to the same schema in your warehouse. When setting up a new schema within the Segment UI, you can't use a schema name that's already in use by another source. Segment recommends syncing the data separately and then joining it downstream in your warehouse.
200+
201+
For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page.

0 commit comments

Comments
 (0)