Skip to main content

Entity Model Data Model

The Entity Model data model is the built-in model that defines common attributes and relationships between entities. It extends the Base model data model.

The following table details the default attributes of the Entity Model data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1uidTextN/AYes
2dataModelNameCalculated (Text)N/ANo
3sourceUidsText (Multivalued)N/ANo
4connectorCategoriesText (Multivalued)N/ANo
5connectorNamesText (Multivalued)N/ANo
6dataIntegrationTitlesText (Multivalued)N/ANo
7sourcesIconsSource data models iconsN/ANo
8nameTextN/AYes
9displayNameTextN/AYes
10summaryTextN/ANo
11descriptionTextN/ANo
12categoriesText (Multivalued)N/ANo
13flowStateTextN/ANo
14sourcesReference (Base model)SOURCED_FROMNo
15dateCreatedDate TimeN/ANo
16lastUpdatedDate TimeN/ANo
17createdByTextN/ANo
18updatedByTextN/ANo
FOOTNOTES
  • The Order column specifies the order of attributes being calculated in data computation.
  • The attribute names are used in Brinqa Query Language (BQL) queries and Brinqa Condition Language (BCL) predicates.
  • In the Type column, Calculated means that the value of the attribute is computed by executing a script. The text in the parentheses after Calculated denotes the type of the outcome.
  • In the Type column, Reference means that two data models are related. The name in the parentheses after Reference indicates the other data model.
  • The Relationship Type column only applies to the Reference type attributes. You can use the relationship type keyword in BQL queries.