Skip to main content

Posts

Showing posts from May, 2013

Pentaho Data Integration notifier job state

This a little sample how create a job notifier of another job is terminated with error or success. The first step is create a job sample that represents job of ETL process (for example, a job that is responsible to populate DW). Create a job example The first step is create a transformation that receive from ${VALUE} variable and if that value match with 'Y' the transformation execute successfully else ${VALUE} have a different value of 'Y' the transformation execute with error. See the following transformation workflow: The second step is create job that execute the above transformation. See the following job workflow: Create the main job Create a transformation notifier In this transformation you'll need define how you can be notified. In this sample you would be notified by email, android push notification (using PDI Manager) and apple push notification (is a new plugin, will be available in the few days). Transformation receive