Null Sink¶
- class forml.provider.sink.null.Sink(**writerkw)[source]¶
Bases:
SinkNull sink with no real write action.
It still returns the
layout.Outcomecombo of schema and the payload.The provider can be enabled using the following platform configuration:
config.toml¶[SINK.blackhole] provider = "null"