Understanding the scope of variables

By nesting jobs, you implicitly create a relationship among the jobs. Look at the following screenshot:

 Job that executes jobs

Here, you can see how a Job and even a transformation may have parents and grandparents. The main Job is called root job. This hierarchy is used to understand the scope of variables, that is, the places where the variables are visible. In Chapter 12Creating Portable and Reusable Transformations, you learned about two scopes: Java Virtual Machine and Valid in the current Job. Now that you know about nested jobs, you are ready to understand all the scopes, which are summarized ...

Get Learning Pentaho Data Integration 8 CE - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.