Configuring the integration of Talend Data Stewardship with Talend MDM - 8.0

Master Data Management Examples

Version
8.0
Language
English
Product
Talend Data Fabric
Talend MDM Platform
Module
Talend Data Stewardship
Talend MDM Server
Talend MDM Web UI
Talend Studio
Content
Data Governance > Validating data
Data Quality and Preparation > Deduplicating data
Data Quality and Preparation > Matching data
Last publication date
2023-09-19
Before you can use Talend Data Stewardship to perform integrated matching tasks, you need to configure the integration of Talend Data Stewardship with MDM.

Procedure

  1. If the MDM server is up and running, stop it first. Otherwise, skip this step.
  2. Browse to the file <$INSTALLDIR>/conf/mdm.conf and open it.
    INSTALLDIR indicates the path where the MDM server has been installed.
  3. Locate the properties related to Talend Data Stewardship, configure the URL, username and password to access Talend Data Stewardship respectively, and leave the other options unchanged.
    # TDS settings
    ######################################################
    tds.root.url=http://localhost:19999
    tds.user=owner1@company.com
    tds.password=owner1
    tds.core.url=/data-stewardship
    tds.schema.url=/schemaservice
    tds.api.version=/api/v1
    tds.batchsize=50

    The value of the property tds.user must be a valid username of a Talend Administration Center user who also serves as a Data Stewardship User and has the Campaign Owner data stewardship role.

    The password is encrypted during the MDM server startup.

    For more information about creating users, see Talend Data Stewardship User Guide.

    For more information about the properties, see Talend Installation Guide.

  4. Save your changes and restart the MDM server to take into account your updates.