From 81bc68a09b6d297e592648214239181aedb85596 Mon Sep 17 00:00:00 2001 From: Sneha Shashidhar <97519099+sneha-shashidhar@users.noreply.github.com> Date: Tue, 20 Jun 2023 14:14:25 +0100 Subject: [PATCH] Update schema.md --- src/connections/storage/warehouses/schema.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connections/storage/warehouses/schema.md b/src/connections/storage/warehouses/schema.md index 002f0fc35e..e8eaeaafc7 100644 --- a/src/connections/storage/warehouses/schema.md +++ b/src/connections/storage/warehouses/schema.md @@ -7,6 +7,7 @@ A **schema** describes the way that the data in a warehouse is organized. Segmen > note "Warehouse column creation" > **Note:** Segment creates tables for each of your custom events in your warehouse, with columns for each event's custom properties. Segment does not allow unbounded `event` or `property` spaces in your data. Instead of recording events like "Ordered Product 15", use a single property of "Product Number" or similar. +> Segment creates and populates a column only when it receives a non-null value from the source. ### How warehouse tables handle nested objects and arrays