Skip to content

Commit 2d34cbb

Browse files
authored
Update data-graph.md
1 parent 55913ae commit 2d34cbb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/unify/linked-profiles/data-graph.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ This should be a Unify space with Profiles Sync already set up.
5555

5656
The Data Graph is a semantic layer that represents a subset of relevant business data that you'll use for audience targeting and personalization in downstream tools. Use the configuration language spec below to add models to build your Data Graph. The Data Graph currently supports 4 layers of depth, including the Profile entity. Warehouse schemas are case sensitive, so you'll need to reflect the schema, table, and column names based on how you case them in the warehouse.
5757

58+
To leverage the Data Graph auto-complete feature, begin typing or use the following keyboard shortcuts to autocomplete the profile_folder and table_ref properties.
59+
- Mac CtrlSpace
60+
- Windows AltEsc
61+
5862
### Define entities
5963

6064
Use the parameters, definitions, and examples below to help you define entities.
@@ -68,7 +72,7 @@ The parameters are:
6872
| Parameters | Definition |
6973
| ----------- | --------------------------------------------------------------------- |
7074
| `profile_folder` | This is the fully qualified path of the folder or schema location for the profile tables. |
71-
| `type` | Identifies the materialization methods of the profile tables (segment:unmaterialized, segment:materialized, segment:dbt). **Note:** Leveraging materialized profile tables optimizes warehouse compute costs. |
75+
| `type` | Identifies the materialization methods of the profile tables (`segment:unmaterialized`, `segment:materialized`, `segment:dbt`). **Note:** Leveraging materialized profile tables optimizes warehouse compute costs. |
7276

7377
Example:
7478

@@ -77,7 +81,7 @@ Example:
7781

7882
profile {
7983
profile_folder = "PRODUCTION.segment"
80-
materialization = "none"
84+
type = segment:materialized
8185

8286
}
8387
```

0 commit comments

Comments
 (0)