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 {
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"
You can’t perform that action at this time.
0 commit comments