You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/data-graph.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ While you can delete relationships or entities from the Data Graph, these relati
76
76
Use the parameters, defintions, and examples below to help you define entities.
77
77
78
78
> warning ""
79
-
> Snowflake schemas are case sensitive. You'll need to use the uppercase schema, table, and column names if that's how you have them in Snowflake.
79
+
> Snowflake schemas are case sensitive, so you'll need to reflect the schema, table, and column names based on how you case them in Snowflake.
80
80
81
81
#### Profile
82
82
@@ -130,7 +130,7 @@ entity "account" {
130
130
Use the following relationship, parameters, and examples to help you relate entities.
131
131
132
132
> warning ""
133
-
> Snowflake schemas are case sensitive, so you'll need to reflect the uppercase schema, table, and column names based on how you have them in Snowflake.
133
+
> Snowflake schemas are case sensitive, so you'll need to reflect the schema, table, and column names based on how you case them in Snowflake.
134
134
135
135
#### Relate Entity to Profile
136
136
@@ -316,7 +316,7 @@ Validate your Data Graph using the config builder and preview, then click **Save
316
316
To edit your Data Graph:
317
317
318
318
1. Navigate to **Unify > Data Graph**.
319
-
2. Select the **Builder** tab and click **Edit Data Graph**.
319
+
2. Select the **Builder** tab, and click **Edit Data Graph**.
320
320
321
321
You can edit your Data Graph at any time. However, some types of edits may impact existing Linked Audiences and Linked Events. These include:
0 commit comments