SplitWriterMixin#
- class SplitWriterMixin(params=None, **kwargs)#
Bases:
WriterAbstract[T_Source,T_Data]Split data to multiple writing targets.
For that, we need to have an appropriate Source module that adheres to the
Splitableprotocol. This mixin checks this. It makes available the necessary methods directly to the Writer module.- Parameters:
params (t.Any | None)
- setup()#
Initialize module.