-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add more information around Entity Type #562
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: master
Are you sure you want to change the base?
Conversation
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.
Reviewed text, made formatting changes.
|
||
**Entity type and codes** | ||
## Where Is Entity Type Used? |
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.
## Where Is Entity Type Used? | |
## Where is entity type used? |
|
||
An entity type is a foundational element used in the generation of codes. It always appears as the first part of any code. | ||
### Adding Semantic Context to Golden Records |
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.
### Adding Semantic Context to Golden Records | |
### Adding semantic context to golden records |
Golden records sharing the same entity type inherently share the same "semantic meaning." |
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.
Golden records sharing the same entity type inherently share the same "semantic meaning." | |
Golden records sharing the same entity type inherently share the same semantic meaning. |
|
||
{:.important} | ||
Tip: CluedIn is flexible—if you choose an initial entity type that needs adjustment, you can change it. However, changing entity types mid-project can be cumbersome, especially if deduplication projects, rules or streaming configurations have already been applied. |
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.
Tip: CluedIn is flexible—if you choose an initial entity type that needs adjustment, you can change it. However, changing entity types mid-project can be cumbersome, especially if deduplication projects, rules or streaming configurations have already been applied. | |
CluedIn is flexible—if you choose an initial entity type that needs adjustment, you can change it. However, changing entity types mid-project can be cumbersome, especially if deduplication projects, rules, or streaming configurations have already been applied. |
Tip: CluedIn is flexible—if you choose an initial entity type that needs adjustment, you can change it. However, changing entity types mid-project can be cumbersome, especially if deduplication projects, rules or streaming configurations have already been applied. | ||
|
||
### Filtering Golden Records |
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.
### Filtering Golden Records | |
### Filtering golden records |
``` | ||
|
||
In this hierarchy, Video is a child of Document: |
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.
In this hierarchy, Video is a child of Document: | |
In this hierarchy, Video is a child of Document. |
|
||
1. **Grouping Filters**: Nested entity types allow you to filter or stream entities collectively. | ||
For instance, using a filter such as starts with /Document would include all documents, regardless of their specific sub-entity type. | ||
|
||
2. **Streamline Reporting**: Nested types simplify reporting and analysis across related entity types. | ||
|
||
## Useful Resource for Entity Type | ||
|
||
- [Add or modify Entity Type](/management/entity-type) |
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.
#### Benefits of Nested Entity Types | |
1. **Grouping Filters**: Nested entity types allow you to filter or stream entities collectively. | |
For instance, using a filter such as starts with /Document would include all documents, regardless of their specific sub-entity type. | |
2. **Streamline Reporting**: Nested types simplify reporting and analysis across related entity types. | |
## Useful Resource for Entity Type | |
- [Add or modify Entity Type](/management/entity-type) | |
#### Benefits of nested entity types | |
- **Filter grouped entities** – nested entity types allow you to filter or stream entities collectively. For instance, using a filter that starts with /Document would include all documents, regardless of their specific sub-entity type. | |
- **Streamline reporting** – nested types simplify reporting and analysis across related entity types. | |
## Useful resources | |
- [Add or modify an entity type](/management/entity-type) |
Entity type acts as the default filter for many operations in CluedIn. Selecting the right entity type allows you to target groups of golden records that logically belong together. | ||
|
||
### Origin Entity Code (Primary Identifier) |
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.
### Origin Entity Code (Primary Identifier) | |
### Entity origin code (primary identifier) |
@@ -1,23 +1,71 @@ | |||
--- | |||
layout: cluedin | |||
title: Entity type | |||
title: Entity type (Business Domain) | |||
parent: Key terms and features | |||
nav_order: 9 | |||
has_children: false | |||
permalink: /key-terms-and-features/entity-type | |||
tags: ["development","entities","entity-types"] | |||
--- |
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.
--- | |
--- | |
## On this page | |
{: .no_toc .text-delta } | |
- TOC | |
{:toc} |
@@ -1,23 +1,71 @@ | |||
--- | |||
layout: cluedin | |||
title: Entity type | |||
title: Entity type (Business Domain) |
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.
title: Entity type (Business Domain) | |
title: Entity type (Business domain) |
Enhance the definition of Entity Type