Partilhar via


Reltio Integration for Microsoft Purview

Reltio Integration for Microsoft Purview is implemented through our Reltio Integration Hub (RIH). The integration consists of Reltio and Microsoft Purview connections and recipes to read the tenant business config from Reltio and create corresponding objects in Microsoft Purview.

The integration supports these objects:

  • Entity types
  • Entity attributes - Simple, Nested, Reference
  • Relationship types
  • Relationship attributes - Simple, Nested

The foundation of the integration is creating the EntityDefs in Microsoft Purview's Data Map for every Reltio’s object.

Microsoft Purview’s Data Map is like a central inventory which powers the Microsoft Purview Data Catalog, the Microsoft Purview Data Estate Insights and the Microsoft Purview Data Policy as unified experiences within the Microsoft Purview governance portal.

EntityDef is like a class in object-oriented programming and provides the schema or blueprint for all the Reltio objects. It defines the structure of the entities, attributes, relationships, and their types. This schema ensures that all instances of the entity adhere to rules and constraints for the entities.

Reltio Microsoft Microsoft Purview
System EntityDef “reltio_system”
Tenant EntityDef “reltio_tenant”
Entity Type EntityDef “reltio_entity_type”
Simple attribute (Entity Type, Relationship Type) EntityDef “reltio_attribute”
Nested attribute (Entity Type, Relationship Type) EntityDef “reltio_attribute”
Reference attribute (Entity Type) EntityDef “reltio_attribute”
Relationship Type EntityDef “reltio_relationship_type”

Later the integration creates a Reltio System as an Entity in Microsoft Purview's Data Map. The Reltio tenant is created also as an Entity under the Reltio System in Microsoft Purview using the implements relationship.

Screenshot of reltio lineage.

Reltio System contains the following properties: description, displayName (same as Reltio label), name (last part of Reltio URI), qualifiedName (unique identifier).

Screenshot of reltio-datamap-asset.

Reltio Tenant contains the following properties: description, displayName, isActive (if entity is not removed on Reltio), name, qualifiedName, updatedBy (autopopulated), updatedTime (autopopulated).

Screenshot of reltio-datamap-asset 1.

Properties are descriptive attributes or metadata that provide context about the data asset, helping with discovery, management, and governance without affecting the actual structure or format of the data.

The Microsoft Purview Entity qualifiedName is derived using the

<collectionId>/<env>/<tenantId>/<URI>

Since the Entity qualifiedName uses the tenant ID and env, it is always unique for a tenant, so the same Microsoft Purview account can be used for multiple tenants.

The created Entities can be verified under DataMap->Domains->Collection (by default root)-> Assets-> search the name of your Asset/Entity. To ensure Entities appear in the Data Catalog add them manually to Microsoft Purview Data Product where they need to be published. Entities appear in the Data Catalog assigned to chosen Data Products as Data Assets, with their attributes (subnested and referenced attributes not included) in the Schema section. Schema section is available only for the Entities of specific Asset types: Reltio Entity Type, Reltio Relationship Type. Schema defines the structure of the data and dictates how the data is stored, queried, and maintained. It governs how data must be formatted and what relationships exist within the data

Screenshot of reltio-datamap-asset 2.

Screenshot of reltio-datamap-asset 3.

Screenshot of reltio-datamap-asset 4.

Screenshot of reltio-datamap-asset 5.

Screenshot of reltio-datamap-asset 6.

Schema

Schema is an important concept that reflects how data is stored and organized in the data store. It reflects the structure of the data and the data restrictions of the elements that construct the structure. Elements on the same schema can be classified differently (due to their content). Also, different transformation (lineage) can happen to only a subset of elements. Due to these aspects, Microsoft Purview can model schema and schema elements as entities, hence schema is usually a relationship attribute to the data asset entity. Examples of schema elements are: columns of a table, json properties of json schema, xml elements of xml schema etc.

Type definitions and how to create custom types in Microsoft Purview

Reltio objects mapping to Microsoft Purview entities

Entity Types

Entity Types within a tenant are created as Entities called Reltio MDM Entity in Microsoft Purview with a contains relationship with the tenant.

Screenshot of reltio-lineage-1.

Screenshot of reltio-lineage-2.

Properties of Reltio MDM Entity

Reltio MDM entity contains these properties: description, displayName, isAbstract (if the entity is abstract on Reltio), isActive, name, qualifiedName.

Screenshot of reltio-mdm-entity-property-1.

Screenshot of reltio-mdm-entity-property-2.

Relationship Types

Relationship Types within a tenant are created as Entities called Reltio Relationship Type in Microsoft Purview with a contains relationship relationship with the tenant.

Also, Reltio Relationship Type Entity has relations with two Reltio MDM Entities: start_relationship and end_relationship. Relationship attributes are added as Entities called Reltio Attributes with a contains relation with the Reltio Relationship Type Entity.

This screenshot shows a Contact Reltio MDM Entity connected to have address Reltio Relationship Type Entity with start_relationship Relationship. And later has address Reltio Relationship Type Entity is connected to Location Reltio Entity Type Entity with end_relationship Relationship. The has address Reltio Relationship Type Entity has four simple data attributes with contains relation: Address Type , Address. Rank, Active, Status.

Screenshot of reltio-relationship-type-1.

Relationship attributes can further have a contains relation with the Reference attribute. In the example below, the Address Type relationship data attributes is referenced by the Contact Reltio Entity Type Entity.

Screenshot of reltio-relationship-type-2.

Also, Reltio Relationship Type Entities contain the same properties as Reltio Entity Type Entities: description, displayName, isActive, name, qualifiedName.

Screenshot of reltio-relationship-type-3.

Attributes

All Reltio Attribute Entities (Simple, Nested, Reference) may contain the following properties (depending on the availability on Reltio):

  • dataType (Nested, Reference, or data type for Simple attributes),
  • description, displayName, isActive, name, qualifiedName,
  • faceted
  • hidden
  • important
  • PII
  • RDMAttributeName
  • required
  • searchable
  • system

Screenshot of reltio-attribute.

Simple Attributes

Simple attributes are created as Entities called Reltio Attribute in Microsoft Purview with a contains relationship with its entity.

Screenshot of reltio-simple-attribute-1.

Screenshot of reltio-simple-attribute-2.

Screenshot of reltio-simple-attribute-3.

Nested Attributes

Nested attributes are created as Entities called Reltio Attribute in Microsoft Purview with a relationship with its entity. Sub nested attributes are also created as Entities called Reltio Attribute with a relationship with the parent nested attribute. This screenshot shows a Contact Reltio Entity Type that contains the Email nested attribute, which further contains multiple sub nested attributes like username, domain type, etc.

Screenshot of reltio-nested-attribute-1.

Screenshot of reltio-nested-attribute-2.

Reference Attributes

A Reference attribute in a Reltio Entity Type is also created as Entities called Reltio Attribute in Microsoft Purview with a contains relationship with its entity. Sub referenced attributes are also created as Entities called Reltio Attribute with a contains relationship with the parent reference attribute.

This screenshot shows a Contact Reltio Entity Type entity with a Reference attribute called Address , which contains multiple simple attributes like verification status, PO Box, state, country, etc., and some nested attributes like Zip and Geo Location.

Screenshot of reltio-reference-attribute-1.

Screenshot of reltio-reference-attribute-2.

Lookup tables

  • Microsoft Purview Created Assets

  • Stores Microsoft Purview asset GUID. Will be used for soft delete of Microsoft Purview assets.

  • Microsoft Purview Reference Attributes Table

  • Stores ID of reference attributes and its array of referred URIs. This is created for avoiding going through the L3 configuration twice in order to create reference attributes.

Microsoft Purview Recursion Table

Acts as a stack for storing function calls for implementing recursive calls for processing nested attributes. Stores attribute’s json, asset ID of parent, asset type of parent, relationship type. Contains a dummy field called processed which is not used but is required for getting a single entry from the table.

Configure RIH recipes

You need to have the Microsoft Purview connector license in your contract. Reach out to your Reltio Account Manager for licensing needs.

Once you have the Microsoft Purview connector license in your Reltio contract, the Microsoft Purview connector recipes and connections are deployed to your tenant's Reltio Integration Hub (RIH) instance.

  • Configure Connections
  • Configure Environment properties.

To configure the recipes: Check the recipes

The recipes package contains two connections and seven recipe functions. The package is deployed in the Reltio Solution Templates project in your RIH account.

  • Connect with your Reltio tenant
    • Enter the connection details
      • Connection Name: for example, Microsoft Purview
      • Environment URL: for example, 361, tst-01 etc
      • Tenant Id: for example, a0bcdEf1ghiJ2Kl
      • Set Client Authorization to No
      • Reltio User Name and Password
    • Select Connect
  • The status changes to Connected and the button to Disconnect when the connection is established
  • Connect with your Purview account

Before you’re able to connect you need to generate the client ID and client secret based on this documentation - API authentication for Microsoft Purview Data Planes

  1. Enter the connection details
  • Connection Name - e.g. Microsoft Purview Portal
  • Connection Type - Cloud
  • Authentication type - Azure OAuth 2
  • Azure Tenant ID - e.g. a0bcdEf1ghiJ2Kl
  • Azure OAuth client ID & client secret
  • Base URL
    https://api.purview-service.microsoft.com
    
  • OAuth scopes
  1. Select Connect
  • The status changes to Connected and the button to Disconnect when the connection is established.

Manually create a Microsoft Purview Domain in the Data Map domains and add it to the recipe parameters (name of parameter) & add Collection to the recipe parameters name to create the Reltio system in an existing Domain & Collection. Make sure the User ID of Collection creator matches the UserID of integration recipe, otherwise data won’t be populated there. If you don't create the Domain then the recipe fails. If you don’t provide a value for Collection then the integration uses this default value:

  • Collection - purviewintegration

Screenshot of reltio-purview-collection.

Use Reltio Integration for Microsoft Purview

Let's cover the usage scenarios for Reltio Integration for Microsoft Purview. The following recipes and functions are deployed to the Recipes folder:

  • Main
  • Initial setup
  • Create Entities
  • Create Attributes
  • Create Relationships
  • Create reference attribute relationships
  • Soft-delete Assets

Microsoft Purview MDM Integration