Skip to content

Commit 946195b

Browse files
authored
Update faq.md
added FAQ question on collapsing all source data into one warehouse schema
1 parent 6d8364e commit 946195b

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+
Currently, 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. Our recommendation is to sync the data separately and then join 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)