rezzza / jobflow

Makes batch jobs creation Simpler, Easier, Faster.
MIT License
29 stars 4 forks source link

We need to inject IO to sub job which need it during buildJob process #1

Closed tyx closed 11 years ago

tyx commented 11 years ago

Currently, we inject IO during execution thanks to Job::getInput and Job::getOutput.

To easy to use ETL class, we need it during buildJob process.

tyx commented 11 years ago

Moreover.

We need to instantiate ETL object at execution in fact... To be able to modify them from result of previous job as a combination of ETL

tyx commented 11 years ago

Ok with commit ed49b796b6281d9f0a91aa0723e2c21c267f62c4

stephpy commented 11 years ago

:+1: