Skip to content

Commit f76e910

Browse files
Update src/connections/storage/warehouses/faq.md
Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com>
1 parent 21e23b8 commit f76e910

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
@@ -156,7 +156,7 @@ To sign up for warehouse sync notifications:
156156

157157
## How is the data formatted in my warehouse?
158158

159-
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (such as tables, views, indexes, synonyms)
159+
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (like tables, views, indexes, synonyms)
160160
and the relationships that exist between elements. Segment's schemas use the following template: <br/>`<source>.<collection>.<property>`, for example,
161161
`segment_engineering.tracks.user_id`, where source refers to the source or project name (`segment_engineering`), collection refers to the event (`tracks`),
162162
and the property refers to the data being collected (`user_id`). **Note**: It's not possible to have different sources feed data into the same schema in your warehouse. While setting up a new schema, you can't use a duplicate schema name.

0 commit comments

Comments
 (0)