databay.inlets.null_inlet

class databay.inlets.null_inlet.NullInlet(metadata: dict = None)[source]

databay.inlets.null_inlet.NullInlet

Inlet that doesn’t do anything, essentially a ‘no-op’ inlet.

Parameters

metadata (dict) – Global metadata that will be attached to each record generated by this inlet. It can be overridden or appended to by providing metadata when creating a record using new_record() function.

Default:
None

Bases: databay.Inlet

pull(self, update)[source]

Doesn’t produce anything.

Returns

empty list