Closed thbar closed 6 years ago
Hey @thbar, I've been seeing some recent activity with you mentioning Kiba 3 plans. Do you still have intention to officially release Kiba 2.5 with this feature? Or will it be waiting for the full 3.0 release? I've been looking forward to using this, but don't want to target unofficial releases. Cheers!
Hi @ttilberg! Thanks for asking!
I'll release aggregating transforms as part of Kiba 2.5.
I'll make an official release shortly!
@ttilberg it's ready - Kiba v2.5.0 is out. Happy coding!
See #53.
As seen in this StackOverflow question & other similar situations, it can be helpful to ensure one can aggregate rows together.
This PR introduces an optional
#close
method on transforms, which can either:Because of the yielding support, you must use the new
StreamingRunner
for this to work:The bundled
AggregateTransform
provides an example of use: