Skip to content

Commit 77a86c5

Browse files
committed
Update entity description
1 parent 2cbe76a commit 77a86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/data-graph/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The first step in creating a Data Graph is to define your entities. An entity co
178178
| Parameters | Definition |
179179
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
180180
| `entity` | An immutable slug for the entity, and will be treated as a delete if you make changes. The slug must be in all lowercase, and supports dashes or underscores (e.g `account-entity` or `account_entity`). |
181-
| `description` (*Optional*) | An optional descriptor used to add additional context to the entity. |
181+
| `description` (*Optional*) | An optional descriptor used to add additional context to the entity (E.g. table grain, cadence at which the table/view is refreshed, etc). |
182182
| `name` | A label displayed throughout your Segment space for Linked Events, Linked Audiences, etc. This name can be modified at any time. |
183183
| `table_ref` | Defines the fully qualified table reference: `[database name].[schema name].[table name]`. Segment flexibly supports tables, views and materialized views. |
184184
| `primary_key` | The unique identifier for the given table. Must be a column with unique values per row. |

0 commit comments

Comments
 (0)