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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Loading 25-30 tables each schema

Hi there,

 

I'm using Talend Open Studio for Data Integration version 7.1.1.  I have a job that loops the database schema value from my table.  Basically, I need to load tables from different schema.  So if I have 25-30 tables to be loaded each database schema, how can I make it more easier and faster.  I believe the tParalellize component is not available in this version.  

 

Basically, here's what it looks like:

 

 

Labels (2)
1 Reply
DataTeam1
Creator
Creator

You are right, but you can try to do the trick.

 

Create jobs for different schema as separated job.

Create the main job and use tRunJob to execute every of them.

 

In each tRunJob put check marks on: Use an independend process tu run subjob

 

Don't link tRunJob components betwen each other.

 

Run the main job