Skip to main content

How to set up Talend ETL

Updated today

Talend (now Qlik Talend) is a leading ETL (Extract, Transform, Load) solution that offers a unified platform for comprehensive data integration, ensuring data quality and providing robust big data capabilities. It's designed to help organizations efficiently move, manage, and govern their data assets.

Prerequisites

  • You need to have proper permissions for either creating a new user in Talend with read-only permissions, or use your own user for Foundational.

Configuration Steps

Configure Network Access to Talend Servers

You need to make sure that Foundational can access the relevant Talend servers, specifically to:

  • Talend Administration Center (TAC) - Port 8080 (default one) and 443 (HTTPS)
    Used for authentication and listing projects

  • Talend Code Repository (e.g. Git, SVN) - Port 22 (SSH) and 443 (HTTPS)
    Used for exporting ETL definitions

Get User Credentials for Foundational for Accessing Talend

Foundational needs credentials for (at-least) read-only user in order to extract the ETL definitions. You can either:

  1. Use an existing user name and password

  2. Create a new user name and password Follow this guide for adding a user in Talend

If you use SSO and don’t have password - you will need to create a Personal Access Token (PAT) instead of password. In order to generate PAT - follow the instructions from Talend help center.

Configure Talend ETL Connector in Foundational

  1. Login to Foundational: https://app.foundational.io

  2. Go to Integrations page

  3. Click on Talend ETL connector

  4. Fill in the Talend Administration Center (TAC) URL

  5. Fill in the username and password or personal access token (PAT) for the user that Foundational should use to access Talend

  6. Click “Save”

Did this answer your question?