Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
tvsr984
Contributor
Contributor

Passing Schema Name dynamically to a talend job

Hi,
Is there any way that we can pass the schema names dynamically to a talend job. i.e, if a job needs to be run for Schema A and Schema B, instead of configuring the job 2 times with A,B can we pass the schema name dynamically? 
Thanks

Labels (2)
1 Reply
Anonymous
Not applicable

Hi 
With community edition, you have to define the schema to map the data structure, you may create different child jobs for each schema, parse the data structure and use runIf connector to trigger corresponding child job to run. 

With enterprise subscription edition, you are able to define dynamic schema for different data structure, for more details, please read:
https://help.talend.com/pages/viewpage.action?pageId=190513179

Regards
Shong