Skip to content

Commit 5a209a3

Browse files
Update src/connections/storage/warehouses/faq.md
1 parent 1d765f0 commit 5a209a3

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). Note that it is not possible to have different sources feed data into the same schema in your warehouse. In fact, you will not have an option to use a schema name that is already associated with another source while setting up a new one.
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)