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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Select Full Load or Incremental Load

Hi,

 

I want to select if my job run should do the full load or incremental load before the run.

Can I do that, if yes how?

 

Thanks

Labels (2)
5 Replies
Anonymous
Not applicable
Author

Yes, this is possible.

Anonymous
Not applicable
Author

How can I do that. Please sugest.

Anonymous
Not applicable
Author

You have not given enough information about your problem I'm afraid. You can certainly switch between a "full load or incremental load before the run" with Talend. But to answer how we will need a lot more information

Anonymous
Not applicable
Author

Ok so I have created 2 jobs seperately 1 for full load with "Clear Table" and "Insert" output component is tgreenplum output.

Other job is incremental load using a last update in source data base. no transformation is happening.

Now I want to create a Master job where I can decide that if I should run the full load or usual incremental load.

Anonymous
Not applicable
Author

I understand now. You can do this with Context Variables. When you run the job (via command-line, via TAC, etc) you can specify which run to carry out based on the value of the context variable. Start the job with a tJava (a dummy start component) and link to the tRunJobs using RunIf links based on your context variable value.