Skip to main content Skip to complementary content
Close announcements banner

Enabling and configuring the integration of Talend Data Stewardship with MDM

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!