Skip to content

Commit 15bb03b

Browse files
rchinn1stayseesong
andauthored
Apply suggestions from code review
Co-authored-by: stayseesong <[email protected]>
1 parent 2684192 commit 15bb03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Make this relational data accessible to marketers and business stakeholders to e
1717
## Prerequisites
1818

1919
To use the Data Graph, you'll need the following:
20-
- A Snowflake Data Warehouse.
20+
- A Snowflake data warehouse.
2121
- An [actions-based destination](/docs/connections/destinations/actions/#available-actions-based-destinations).
2222

2323
> info ""
@@ -101,7 +101,7 @@ An entity is a stateful representation of a business object. The entity correspo
101101
| Parameters | Definition |
102102
| ----------- | --------------------------------------------------------------------- |
103103
| `entity` | A unique slug for the entity, which is immutable and treated as a delete if you make changes. The slug must be in all lowercase, and supports dashes or underscores (for example, `account-entity` or `account_entity`). |
104-
| `name` | A unique label which will display across Segment. |
104+
| `name` | A unique label which displays across Segment. |
105105
| `table_ref` | Define the table reference. In order to specify a connection to your table in Snowflake, a fully qualified table reference is required: `[database name].[schema name].[table name]`. |
106106
| `primary_key` | The unique identifier for the given table. Should be a column with unique values per row. |
107107
| (Optional) `enrichment_enabled = true` | Indicate if you plan to also reference the entity table for [Linked Events](/docs/unify/linked-profiles/linked-events/). |

0 commit comments

Comments
 (0)