Skip to content

Commit af5589a

Browse files
committed
clean up code comments
1 parent 4c5c118 commit af5589a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unify/data-graph/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ data_graph {
111111
primary_key = "SUB_ID"
112112
}
113113

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
116116
profile {
117117
profile_folder = "PRODUCTION.SEGMENT"
118118
type = "segment:materialized"
@@ -122,7 +122,7 @@ data_graph {
122122
relationship "user-accounts" {
123123
name = "Premium Accounts"
124124
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
126126
# Option to replace with the trait block below to join with a profile trait on the entity table instead
127127
external_id {
128128
type = "email"

0 commit comments

Comments
 (0)