Defining variables in analyses - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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 Studio
Content
Design and Development
Last publication date
2024-02-13
Available in...

Big Data Platform

Cloud API Services Platform

Cloud Big Data Platform

Cloud Data Fabric

Cloud Data Management Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

Before you begin

You have already created a database analysis in the Profiling perspective of Talend Studio.

Procedure

  1. Click the [+] button at the bottom of the Contexts view to add lines in the table.
    Suppose that you want to profile a postal_code column and you want to analyze the postal codes that start with 15 in the development environment and with 75 in the production environment. You also want to allow different concurrent connections per analysis in the two environments.
  2. Click in the Name field and enter the name of the variable you are creating.
    In this example, the first variable is where_clause.
  3. Repeat the above steps to define all the variables for the different contexts.
    In this example, set the value of the where_clause variable in the Test context to postal_code like '15%', and for the Prod context to postal_code like '75%'. Set the value for the concurrent connections per analysis in the development and production environments to three and five respectively.
  4. Click at the bottom of the view to import any of the contexts created and centralized in the Studio repository and use it with the current analysis.