Null Sink

class forml.provider.sink.null.Sink(**writerkw)[source]

Bases: Sink

Null sink with no real write action.

It still returns the layout.Outcome combo of schema and the payload.

The provider can be enabled using the following platform configuration:

config.toml
 [SINK.blackhole]
 provider = "null"