Chapter 8. Executing and Re-using Jobs and Transformations
In this chapter, we will cover the following topics:
Launching jobs or transformations
Executing a job or a transformation by setting static arguments and parameters
Executing a job or a transformation from a job by setting arguments and parameters dynamically
Executing a job or a transformation whose name is determined at runtime
Executing part of a job once for every row in the dataset
Executing part of a job several times until a condition is true
Creating a process flow
Moving part of a transformation to a subtransformation
Using Metadata Injection to re-use transformations