Please review the release notes if you plan to use the StreamingRunner.
- New (opt-in) StreamingRunner allows class transforms to generate more than one row. See #44 for rationale & how to activate.
- Potentially breaking change if you were using the internal class
Kiba::Parser
directly: ETL jobs parsing has been modified to improve the isolation between the evaluation scope and the Kiba classes. See #46 for more information.
close
becomes optional in destinations.- Bumping to 1.0.0 since Kiba is in wide production use.
- Bugfix: make sure files generated by
pre_process
can safely be read from constructor of sources [#16]. Thanks @bcherrington for catching this. - Internal refactoring of processing engine (should not affect regular use)
- Add
pre_process
block support
- Initial release