Skip to content

Commit a245285

Browse files
committed
Added note about relational schemas [netlify-build]
1 parent 5d92da8 commit a245285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/storage/warehouses/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Warehouse Schemas
33
---
44

5-
A **schema** describes the way that the data in a warehouse is organized. Schemas of Segment data are organized into the following template:
5+
A **schema** describes the way that the data in a warehouse is organized. Segment stores data in relational schemas, which organize data into the following template:
66
`<source>.<collection>.<property>`, for example `segment_engineering.tracks.user_id`, where source refers to the source or project name (segment_engineering), collection refers to the event (tracks), and the property refers to the data being collected (user_id). All schemas convert collection and property names from `CamelCase` to `snake_case`.
77

88
> note "Warehouse column creation"

0 commit comments

Comments
 (0)