Changing context parameters in Jobs and Routes - 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-03-20

About this task

As explained in Building Jobs, you can edit the context parameters:

Procedure

  • If you want to change the context selection, simply edit the .bat/.sh file and change the following setting: --context=Prod to the relevant context.
  • If you want to change individual parameters in the context selection, edit the .bat/.sh file and add the following setting according to your need:

    Operation

    Setting

    To change value1 for parameter key1

    --context_param key1=value1

    To change value1 and value2 for respective parameters key1 and key2

    --context_param key1=value1 --context_param key2=value2

    To change a value containing space characters such as in a file path

    --context_param key1="path to file"