File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ data_graph {
111
111
primary_key = " SUB_ID"
112
112
}
113
113
114
- # Define the profile entity, which corresponds to Segment Profiles tables synced via Profiles Sync
115
- # Recommend setting up Profiles Sync materialized views to optimize warehouse compute costs
114
+ # Define the profile entity, which corresponds to Segment Profiles tables synced with Profiles Sync
115
+ # Use materialized views in Profiles Sync to reduce query costs and speed things up
116
116
profile {
117
117
profile_folder = " PRODUCTION.SEGMENT"
118
118
type = " segment:materialized"
@@ -122,7 +122,7 @@ data_graph {
122
122
relationship " user-accounts" {
123
123
name = " Premium Accounts"
124
124
related_entity = " account-entity"
125
- # Join the profile entity with an identifier (e.g. email) on the related entity table
125
+ # Join the profile entity with an identifier (like email) on the related entity table
126
126
# Option to replace with the trait block below to join with a profile trait on the entity table instead
127
127
external_id {
128
128
type = " email"
You can’t perform that action at this time.
0 commit comments