Empty source

Sometimes it is useful for debugging or development purposes to have a data source that doesn’t produce any entities:

Prototype

{
    "type": "empty"
}

Continuation support

See the section on continuation support for more information.

Property

Value

supports_since

false (Fixed)

is_since_comparable

true (Fixed)

is_chronological

true (Fixed)

Example configuration

The outermost object would be your pipe configuration, which is omitted here for brevity:

{
    "source": {
        "type": "empty"
    }
}