-
Notifications
You must be signed in to change notification settings - Fork 362
[DG-573] Add description field to entities/relationships #7600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for segment-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- "/unify/linked-profiles/data-graph" | ||
- "/unify/data-graph/data-graph" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "/unify/linked-profiles/data-graph" | |
- "/unify/data-graph/data-graph" | |
- '/unify/linked-profiles/data-graph' | |
- '/unify/data-graph/data-graph' |
| Parameters | Definition | | ||
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `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`). | | ||
| (Optional) `description` | An optional descriptor used to add additional context to the entity | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| (Optional) `description` | An optional descriptor used to add additional context to the entity | | |
| `description` (*Optional*) | An optional descriptor used to add additional context to the entity. | |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `relationship` | An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be in all lowercase, and supports dashes or underscores (like `user-account` or `user_account`) | | ||
| `name` | A label displayed throughout your Segment space for Linked Events, Linked Audiences, etc. This name can be modified at any time | | ||
| (Optional) `description` | An optional descriptor used to add additional context to the relationship | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| (Optional) `description` | An optional descriptor used to add additional context to the relationship | | |
| `description` (*Optional*) | An optional descriptor used to add additional context to the relationship. | |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `relationship` | An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be in all lowercase, and supports dashes or underscores (like `user-account` or `user_account`) | | ||
| `name` | A label displayed throughout your Segment space for Linked Events, Linked Audiences, and so on. This name can be modified at any time | | ||
| (Optional) `description` | An optional descriptor used to add additional context to the relationship | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| (Optional) `description` | An optional descriptor used to add additional context to the relationship | | |
| `description` (*Optional*) | An optional descriptor used to add additional context to the relationship. | |
Proposed changes
This PR implements DG-573
In it we add a new
description
field toentities
&relationships
and update HCL examples in Data Graph docs.Merge timing
When should this get merged/published?
Related issues (optional)