From 946195be4c58cb12deb77c64237ab9330b58197a Mon Sep 17 00:00:00 2001 From: Charity Holt <38872070+charholt@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:59:41 -0400 Subject: [PATCH 1/2] Update faq.md added FAQ question on collapsing all source data into one warehouse schema --- src/connections/storage/warehouses/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/connections/storage/warehouses/faq.md b/src/connections/storage/warehouses/faq.md index e8d77e45d7..c9e94616d1 100644 --- a/src/connections/storage/warehouses/faq.md +++ b/src/connections/storage/warehouses/faq.md @@ -194,3 +194,8 @@ To change the name of your schema without disruptions: ## Can I selectively filter data/events sent to my warehouse based on a property? 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. + +## Can data from multiple sources be synced to the same database schema? +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. + +For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page. From 646c6ec461def6d0a5115c177d8cc97e39032e95 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:08:06 -0400 Subject: [PATCH 2/2] Update src/connections/storage/warehouses/faq.md --- src/connections/storage/warehouses/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/storage/warehouses/faq.md b/src/connections/storage/warehouses/faq.md index c9e94616d1..e7c7249d60 100644 --- a/src/connections/storage/warehouses/faq.md +++ b/src/connections/storage/warehouses/faq.md @@ -196,6 +196,6 @@ To change the name of your schema without disruptions: 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. ## Can data from multiple sources be synced to the same database schema? -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. +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. For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page.