OpenCoderX
OpenCoderX

Reputation: 6318

Execute only one Talend Component

In Talend Open Studio, how do I execute only one of my components? If I click Run, all active components will run. So far the only way I know to execute a single component is to deactivate all others in the Job.

How can I execute one component or subjob without having to deactivate all the other components in the job?

Upvotes: 0

Views: 1500

Answers (1)

Jean-Michel Garcia
Jean-Michel Garcia

Reputation: 2389

Well, I'm afraid you can't.

Two possible solutions :

  • Deactivating unwanted components / subjobs (like you already stated)

  • Decompose your job into multiple jobs. This may give you more flexibility. You can then use the tBufferOutput component to pass information from the child job to his parent.

Upvotes: 3

Related Questions