exporters.records package

Submodules

exporters.records.base_record module

class exporters.records.base_record.BaseRecord(*args, **kwargs)[source]

Bases: dict

This class represents the basic item that the exporters pipeline works with.

fields:
  • group_key: grouping info. It describes which keys combination has been used to group the item
  • group_membership: grouping info. It describes the group membership of the item.
  • formatted: Item serialized to string using the configured formatter.
group_key = []
group_membership = ()

Module contents