Enabling and configuring the integration of Talend Data Stewardship with MDM - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

Talend Data Stewardship can be integrated with MDM to perform integrated matching tasks.

Procedure

  1. Browse to the <$INSTALLDIR>\conf\mdm.conf file and open it.
  2. Uncomment the properties related to Talend Data Stewardship and configure them according to your needs. For example:
    # 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 values of the three properties tds.core.url, tds.schema.url and tds.api.version must remain unchanged, and the other properties are explained below:

    Property

    Description

    tds.root.url

    Indicates the URL used to access Talend Data Stewardship, including the port.

    If you are working with Talend Cloud Data Stewardship, use one of the following addresses to access the application:

    • https://tds.us.cloud.talend.com/data-stewardship for the US data center.
    • https://tds.eu.cloud.talend.com/data-stewardship for the EU data center.
    • https://tds.ap.cloud.talend.com/data-stewardship for the Asia-Pacific data center.
    tds.user

    Indicates the username used to access Talend Data Stewardship.

    Note that Talend Data Stewardship uses Talend Administration Center as the authentication provider, and Talend Administration Center usernames are always in the form of an email address.

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

    For more information, see the Talend Data Stewardship Documentation.

    tds.password

    Indicates the authentication information used to access Talend Data Stewardship.

    If you are working with Talend Cloud Data Stewardship and if:

    • SSO is enabled, the value should be your access token.
    • SSO is not enabled, the value can be either your access token or your password.
    tds.batchsize

    Indicates the task creation or query batch size.

  3. Save your changes into the file.