Skip to content

Commit c7b4979

Browse files
Merge pull request #4607 from segmentio/sneha-shashidhar-patch-4
Update faq.md
2 parents 928aa89 + 5a209a3 commit c7b4979

File tree

1 file changed

+1
-1
lines changed
  • src/connections/storage/warehouses

1 file changed

+1
-1
lines changed

src/connections/storage/warehouses/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To sign up for warehouse sync notifications:
138138
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (tables, views, indexes, synonyms, etc.)
139139
and the relationships that exist between elements. Segment's schemas use the following template: <br/>`<source>.<collection>.<property>`, for example,
140140
`segment_engineering.tracks.user_id`, where source refers to the source or project name (segment_engineering), collection refers to the event (tracks),
141-
and the property refers to the data being collected (user_id).
141+
and the property refers to the data being collected (user_id). **Note:** It is not possible to have different sources feed data into the same schema in your warehouse. While setting up a new schema, you cannot use a duplicate schema name.
142142

143143
Schema data for Segment warehouses is represented in snake case.
144144

0 commit comments

Comments
 (0)