pipelines.reporters.orm module#

class pipelines.reporters.orm.ORMReporter#

Bases: PipelineReporter

A reporter class that writes messages to the django ORM.

report(context_object: PipelineStorageObject, status: PipelineTaskStatus, message: str)#

Writes the report to the report storage mechanism for a particular results storage object.

Parameters:
  • context_object – The results storage object to write a report for

  • status – The status of the context object being reported

  • message – The message to record against the context object