+`<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`. For transparency, Segment uses this package to `snake_case` fields in the warehouse pipeline: [go-snakecase]([url](https://github.com/segmentio/go-snakecase)).
0 commit comments