orangeqs.juice.schemas.reporting_engine#

Configuration for the template engine generator functions and status color map.

Stores string references to the generator functions.

Module Contents#

Classes#

ReportingEngineConfig

Configuration for the reporting engine.

API#

class orangeqs.juice.schemas.reporting_engine.ReportingEngineConfig(/, **data: Any)#

Bases: orangeqs.juice.settings.Configurable

Configuration for the reporting engine.

Stores string references to the generator functions.

filename: ClassVar[str]#

‘reporting-engine’

generate_report_data: str#

‘Field(…)’

get_aggregate_input_data: str#

‘Field(…)’

template: str#

‘Field(…)’

extra_template_modules: list[str]#

‘Field(…)’

extra_filters: list[str]#

‘Field(…)’